Most MindrianOS problems fall into one of two buckets: Brain connectivity issues (which are always optional — MindrianOS works fully without the Brain) and install or workspace configuration issues. The general rule: when in doubt, removeDocumentation 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.
.mcp.json and restart. Everything except five Brain-enriched commands keeps working. Below are the specific symptoms and their fixes.
Brain connection issues
RESOURCE_EXHAUSTED / 429 / Pinecone quota error
RESOURCE_EXHAUSTED / 429 / Pinecone quota error
RESOURCE_EXHAUSTED or 429 error until the billing cycle resets.Immediate fix (30 seconds):/mos: commands continue to work. Specifically: data room filing and analysis, the local knowledge graph, meeting intelligence, AI team personas (Six Hats), the opportunity bank, funding room, reasoning engine, PDF export, dashboard, and pipelines — all fully functional.Only 5 commands lose enrichment (they still work, just without Brain-powered intelligence):/mos:suggest-next— works, but without framework chain recommendations/mos:find-connections— works, but without cross-domain pattern discovery/mos:compare-ventures— works, but without similar-venture matching/mos:deep-grade— works, but without calibration from 100+ real projects/mos:research— works, but without semantic cross-reference
Neo4j connection refused / Failed to connect
Neo4j connection refused / Failed to connect
Switch to the Brain API key (recommended)
Wait for Render cold start (if using the Brain API server)
Invalid Brain API key / 401 error / DIRECTOR_NOT_AVAILABLE
Invalid Brain API key / 401 error / DIRECTOR_NOT_AVAILABLE
~/.mindrian.env, has been entered incorrectly, or has expired. The DIRECTOR_NOT_AVAILABLE error specifically indicates that the Brain key is not set or is wrong.Fix:MINDRIAN_BRAIN_KEY=<your-key> with no extra spaces or quotes. If the key is missing or wrong:MCP server failed to start / neo4j-brain not found
MCP server failed to start / neo4j-brain not found
.mcp.json references an MCP server (such as neo4j-brain) that is not installed, is misconfigured, or no longer exists at the path specified.Fix:Install and session issues
Permission prompts — 10+ prompts on first install
Permission prompts — 10+ prompts on first install
~/.claude/settings.json — see the Settings page for the full matcher list.Wrong workspace — running from the plugin directory
Wrong workspace — running from the plugin directory
~/.claude/plugins/mindrian-os/ (or the marketplace cache location), MindrianOS will try to treat the plugin folder itself as your workspace.Fix:./.mindrian/) and write operations to the directory where Claude Code is launched.Session hooks not firing after install
Session hooks not firing after install
hooks/hooks.json, but they will not be active until Claude Code restarts.Fix:Close Claude Code completely and reopen it. The hooks will be registered and active from the next session start.If hooks still do not fire after a restart, run:Room not found — MindrianOS cannot find your room
Room not found — MindrianOS cannot find your room
~/MindrianRooms/, MindrianOS will not have a room context to load.Fix:List your registered rooms
/mos:rooms to see all rooms registered on this machine. The command shows room slugs, paths, and last-active timestamps.Commands not recognized — /mos: commands not working
Commands not recognized — /mos: commands not working
mindrian-os to mos in v0.6.0. If you have an old install, run claude plugin uninstall mindrian-os@mindrian-marketplace before reinstalling as mos.Diagnostic commands
| Command | Where to run | What it does |
|---|---|---|
mindrian-os doctor --all | Terminal (outside Claude Code) | Full environment diagnosis: install drift, hook registrations, Brain key, version mismatches |
/mos:doctor | Inside a Claude Code session | In-session diagnostic — same checks, available without leaving the session |
/mos:doctor --brain-smoke | Inside a Claude Code session | Brain-specific connectivity probe — tests key validity, API reachability, and response health |
mindrian-os doctor --report-registration-bug | Terminal | Diagnostic mode for command-registration failures — rules out local causes and generates a report |