Skip to content
Gemini CLI

Repo Memory for Gemini CLI

io.github.yubinkim444/repo-memory

Shared, git-tracked working memory for AI agents on the same codebase.

client:Gemini CLI transport:stdio runtime:pypi

Install Repo Memory in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "repo-memory": {
      "command": "uvx",
      "args": [
        "repo-memory-mcp"
      ],
      "env": {
        "REPO_MEMORY_ROOT": "<REPO_MEMORY_ROOT>"
      }
    }
  }
}

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

Repo Memory in other clients