Nano Brain
Freeby MCP Community
Persistent memory and code intelligence for AI coding agents. Local MCP server with self-learning hybrid search (BM25 + vector + knowledge graph + LLM reranking
v2026.7.9Added Apr 12, 2026
Nano Brain MCP Server
Persistent memory and code intelligence for AI coding agents. Local MCP server with self-learning hybrid search (BM25 + vector + knowledge graph + LLM reranking
Installation
Reviews
Installation
Quick install
npx -y nano-brain
Add to claude_desktop_config.json
{
"mcpServers": {
"nano-brain": {
"command": "npx",
"args": ["-y", "nano-brain"]
}
}
}