FactMem for Gemini CLI
io.github.gordonkjlee/factmem
A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install FactMem in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"factmem": {
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs