Unified local-first memory for AI coding agents — one SQLite store for memories, docs and code, hybrid BM25+vector search, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mimir": {
"command": "cargo",
"args": [
"run",
"--",
"mimir"
]
}
}
}
Run in terminal:
claude mcp add mimir cargo run -- mimir
Add to .cursor/mcp.json:
{
"mcpServers": {
"mimir": {
"command": "cargo",
"args": [
"run",
"--",
"mimir"
]
}
}
}