Recall for Gemini CLI
io.github.mcp-dir/recall-mcp
Recall (recall.it) — your AI knowledge base / 'second brain'. Via the official API: semantic search
client:Gemini CLI
transport:streamable-http
tools:10
Install Recall in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"recall-mcp": {
"httpUrl": "https://api.mcp.ai/p_recall"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs