project memory mcp for Gemini CLI
io.github.kaaustubh/project-memory-mcp
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
client:Gemini CLI
transport:stdio
runtime:npm
Install project memory mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<PROJECT_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