The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Bolor Brain MCP listing page.
Pure intelligence for Claude Code. Reasoning, memory, and learning -- nothing else.
Bolor Brain is an MCP server that gives Claude Code a brain: structured reasoning, persistent memory, and learning from experience.
Bolor Brain does NOT execute anything. No file ops, no scheduling, no autonomous loop. Claude Code already does all of that. Bolor Brain only thinks.
Add to ~/.claude/mcp-config.json:
| Tool | What It Does |
|---|---|
reason_hybrid | Auto-selects best reasoning approach for any query |
reason_symbolic | Forward/backward chaining with facts and rules |
reason_knowledge_graph | Graph traversal, path finding, relationship exploration |
reason_case_based | Find similar past problems and their solutions |
reason_hypothesis | Generate and test hypotheses from observations |
reason_analogical | Cross-domain pattern transfer (atom ~ solar system) |
| Tool | What It Does |
|---|---|
remember | Store a case, fact, node, or edge |
recall | Retrieve matching cases or facts |
learn | Store problem/solution/outcome (shortcut for remember) |
forget | Delete a case or fact by ID |
| Tool | What It Does |
|---|---|
brain_stats | Cases, facts, nodes, edges count |
| Skill | When To Use |
|---|---|
/reason | Deep analysis of any complex problem |
/debug | Systematic bug hunting with hypothesis testing |
/decide | Evidence-based technical decisions |
/learn-from | Store experiences for future use |
/nsaf | NSAF evolution integration (requires NSAF MCP) |
/orchestrate | Meta-orchestration combining Bolor Brain + NSAF |
Brain state persists to ~/.bolor-brain/ as JSON:
Knowledge compounds over time. Solve a bug once, recall the solution instantly next time.
Add NSAF to get evolution capabilities:
Together: Bolor Brain reasons about WHAT to do. NSAF evolves HOW to do it better. Claude Code executes.
See skills/nsaf.md and skills/orchestrate.md for combined workflows.
Bolorerdene Bundgaa
MIT -- see LICENSE