Skip to content
Gemini CLI

deja vu for Gemini CLI

io.github.vshulcz/deja-vu

deja-vu: local memory over the session histories of thirty-four coding agents.

client:Gemini CLI transport:stdio runtime:npm

Install deja vu in Gemini CLI

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

{
  "mcpServers": {
    "deja-vu": {
      "command": "npx",
      "args": [
        "-y",
        "@vshulcz/deja-vu"
      ]
    }
  }
}

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

deja vu in other clients