Kortexio Memory for Gemini CLI
io.kortexio/memory
Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth.
client:Gemini CLI
transport:streamable-http
Install Kortexio Memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory": {
"httpUrl": "https://mcp.kortexio.io/{appId}/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs