Cognitive architecture MCP server with memory, learning, and contextual understanding
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bolor Brain MCP.
reason_hybridAuto-selects best reasoning approach for any query
reason_symbolicForward/backward chaining with facts and rules
reason_knowledge_graphGraph traversal, path finding, relationship exploration
reason_case_basedFind similar past problems and their solutions
reason_hypothesisGenerate and test hypotheses from observations
reason_analogicalCross-domain pattern transfer (atom ~ solar system)
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
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bolor-brain-mcp)<a href="https://allmcps.com/mcp/bolor-brain-mcp"><img src="https://allmcps.com/api/badge/bolor-brain-mcp?style=directory" alt="Bolor Brain MCP on AllMCPs" /></a>