Skip to content
Gemini CLI

memocall for Gemini CLI

io.github.baodq06/memocall

Recall past Claude Code conversations from any project as clean, compact Markdown.

client:Gemini CLI transport:stdio runtime:npm

Install memocall in Gemini CLI

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

{
  "mcpServers": {
    "memocall": {
      "command": "npx",
      "args": [
        "-y",
        "memocall"
      ]
    }
  }
}

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

memocall in other clients