Munnin — an agent identity server for Claude Desktop
io.github.alvseek/munnin
Agent identity and memory over MCP — a persistent self plus the procedures for tending it.
client:Claude Desktop
transport:streamable-http
Install Munnin — an agent identity server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"munnin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://munnin.lok.quest/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs