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