GoodMemory for Gemini CLI
io.github.hjqcan/goodmemory
Durable user/project memory for MCP clients: recall context and remember selected facts.
client:Gemini CLI
transport:stdio
runtime:npm
Install GoodMemory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs