memory for Gemini CLI
com.humaux/memory
Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.
client:Gemini CLI
transport:streamable-http
Install memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory": {
"httpUrl": "https://humaux.com/memory/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs