Skip to content
Gemini CLI

Total Agent Memory for Gemini CLI

io.github.vbcherepanov/total-agent-memory

Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall

client:Gemini CLI transport:stdio runtime:pypi

Install Total Agent Memory in Gemini CLI

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

{
  "mcpServers": {
    "total-agent-memory": {
      "command": "uvx",
      "args": [
        "total-agent-memory"
      ]
    }
  }
}

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

Total Agent Memory in other clients