connect for Gemini CLI
ai.odei/connect
Governed personal world model and memory for your AI agent. Pair once, connect over MCP.
client:Gemini CLI
transport:streamable-http
tools:7
Install connect in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"connect": {
"httpUrl": "https://api.odei.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs