Skip to content
Gemini CLI

Vestige for Gemini CLI

io.github.samvallad33/vestige

Local-first memory for AI agents that reaches backward to find a failure's root cause.

client:Gemini CLI transport:stdio runtime:npm

Install Vestige in Gemini CLI

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

{
  "mcpServers": {
    "vestige": {
      "command": "npx",
      "args": [
        "-y",
        "vestige-mcp-server"
      ]
    }
  }
}

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

Vestige in other clients