Skip to content
Gemini CLI

Global Agent Memory for Gemini CLI

io.github.ozankasikci/global-agent-memory

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

client:Gemini CLI transport:stdio runtime:pypi

Install Global Agent Memory in Gemini CLI

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

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

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

Global Agent Memory in other clients