Skip to content
Gemini CLI

Recall — persistent memory for agents for Gemini CLI

dev.workers.notdown-app.recall/memory

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

client:Gemini CLI transport:streamable-http

Install Recall — persistent memory for agents in Gemini CLI

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

{
  "mcpServers": {
    "memory": {
      "httpUrl": "https://recall.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Recall — persistent memory for agents in other clients