Munin is a high-performance, pragmatic memory layer for AI agents (Cursor, Claude Code, OpenClaw, Gemini CLI,...). Unlike other solutions, Munin focuses on developer productivity with:
- **Multi-Project Support:** Isolate memories into separate "brains" (Context Cores).
- **GraphRAG:** Automatically builds a knowledge graph from your context.
- **Sub-200ms Search:** Blazing fast Hybrid & Semantic search.
- **Privacy:** Zero-knowledge client-side encryption (E2EE) support.
- **Pricing:** FREE FOREVER for the base tier (Pro and Elite Plan start from $1.6/m).
Server Config
{
"mcpServers": {
"munin": {
"command": "npx",
"args": [
"-y",
"@kalera/munin-mcp-server"
],
"env": {
"MUNIN_API_KEY": "<YOUR_API_KEY>",
"MUNIN_PROJECT_ID": "<YOUR_PROJECT_ID>"
}
}
}
}