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
{
"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