Skip to content
Gemini CLI

Memento for Gemini CLI

io.github.scrypster/memento

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

client:Gemini CLI transport:stdio runtime:oci

Install Memento in Gemini CLI

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

{
  "mcpServers": {
    "memento": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/scrypster/memento:0.1.0"
      ]
    }
  }
}

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

Memento in other clients