Munnin — an agent identity server for Gemini CLI
io.github.alvseek/munnin
Agent identity and memory over MCP — a persistent self plus the procedures for tending it.
client:Gemini CLI
transport:streamable-http
Install Munnin — an agent identity server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"munnin": {
"httpUrl": "https://munnin.lok.quest/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs