Skip to content
Gemini CLI

recall for Gemini CLI

com.clauderecall/recall

Persistent memory for Claude Code and Codex. Search and re-inject context from any session.

client:Gemini CLI transport:stdio runtime:npm

Install recall in Gemini CLI

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

{
  "mcpServers": {
    "recall": {
      "command": "npx",
      "args": [
        "-y",
        "@clauderecallhq/cli"
      ]
    }
  }
}

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

recall in other clients