agent memory for Gemini CLI
dev.veritap/agent-memory
Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.
client:Gemini CLI
transport:streamable-http
tools:12
Install agent memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-memory": {
"httpUrl": "https://locker.veritap.dev/mcp/memory"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs