Recall for Gemini CLI
io.github.imjakezimmer32/recall
Notes, files, GitHub, and Drive through one MCP connection.
client:Gemini CLI
transport:streamable-http
Install Recall in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"recall": {
"httpUrl": "https://recall.arraybud.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs