Skip to content
Gemini CLI

Recalld for Gemini CLI

io.github.bit-robotics/recalld

Managed long-term memory for AI agents, with evolving facts and relevant retrieval through MCP.

client:Gemini CLI transport:streamable-http

Install Recalld in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "recalld": {
      "httpUrl": "https://{region}.recalld.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

Recalld in other clients