The Brain is a remote intelligence service hosted atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jsagir/mindrian-os-plugin/llms.txt
Use this file to discover all available pages before exploring further.
mindrian-brain.onrender.com that makes Larry sharper. Without it, every MindrianOS command still works — Larry teaches from embedded methodology references and your room context. With it, Larry knows which framework to reach for given where you are, can chain methods intelligently across your problem type, finds matches by meaning instead of keywords, and grades your room against calibrated data from real projects.
Tier 0 (no Brain) is fully functional. Every command works. Every room builds. Every meeting files. The Brain adds enrichment on top of core functionality — it doesn’t unlock features that are otherwise blocked.
What the Brain is
The Brain runs two stores in parallel:Neo4j Framework Graph
27,900+ nodes, 19,987 relationships. The load-bearing structure is the
FEEDS_INTO graph — 163 Framework→Framework edges encoding how one methodology’s output becomes the next one’s input. Built from 30+ years of teaching observation, not theory.Pinecone Semantic Vectors
12,485 vectors at 1024 dimensions across five namespaces (core, materials, reference, tools, books). Enables meaning-matching, not keyword-matching — the Brain finds what you need by what it means, not what it’s called.
What Brain adds vs. Tier 0
| Capability | Tier 0 (no Brain) | Tier 1 (with Brain) |
|---|---|---|
All /mos: commands | ✓ | ✓ |
| Room building and filing | ✓ | ✓ |
| Meeting transcription | ✓ | ✓ |
| Embedded methodology references | ✓ | ✓ |
| Framework chain recommendations | Static suggestions | Live FEEDS_INTO graph traversal |
| Semantic search | — | 12,485-vector Pinecone index |
| Calibrated grading | — | 100+ real project rubric |
/mos:suggest-next | Basic | Brain-ranked chain with confidence |
/mos:find-connections | — | Semantic cross-room matching |
/mos:compare-ventures | — | Calibrated comparison |
/mos:deep-grade | — | Full rubric with distribution data |
/mos:research (brain lens) | Degrades gracefully | Methodology-enriched evidence |
Two-step setup
Drop your key in ~/.mindrian.env
Run this in your terminal — replace The
<your-key> with the key you received:chmod 600 is required. The key resolver refuses to load from a group- or world-readable file.Don’t have a key yet? Request one at mindrian-os.com/brain-access.What changed in v1.13.0-beta.20
Beforebeta.20, connecting the Brain required a manual registration command:
beta.20 onward, the plugin bundles its own stdio shim via .mcp.json. The manual claude mcp add step is gone. Drop the key, restart — done.
Auto-migration for pre-beta.20 users
If you wired the Brain manually beforebeta.20, the plugin auto-migrates you on first launch:
- A pre-migration snapshot is saved to
~/.mindrian/pre-migration-snapshots/<ISO>.json - The legacy user-scope HTTP-transport entry is removed via
claude mcp remove - The plugin-bundled stdio entry takes over
~/.claude.json directly. All changes route through the supported claude mcp <add|remove> CLI. Re-running the migration is a deterministic no-op.
Diagnostics
If something isn’t working, run the five-layer smoke test:- Plugin root resolver
- Brain key resolver
- HTTPS schema probe to
mindrian-brain.onrender.com - MCP stdio handshake against the bundled shim
- End-to-end
brain_schemacall through the MCP path
Privacy
The Brain never sees your room. Brain queries carry methodology questions only — framework names, problem type classifications, chain traversal parameters. Your notes, decisions, meeting transcripts, and filed evidence never leave your machine. The privacy line is enforced at the code level. A source-grep audit in the build pipeline fails on any/mos: literal appearing near a brain/query/fetch/http token in the Brain client or workflow resolver. Commands never enter the Brain. User content never enters the Brain.