Start here
Connect the Brain
The Brain is where Larry's method answers come from: a live map of 181 thinking methods, built from 20 years of real teaching. It is part of what installs - a fresh install connects on its own. This page is the manual path: get your own key, connect it by hand, and fix the common snags.
When you want Larry's guidance to be as sharp as it can be, you want to to connect the teaching intelligence without exposing your data, so you can you get better methodology while your work stays on your machine.
In plain terms
Step 1: Get your key
- 1Go to mindrian-os.com/brain-access.
- 2Click "Sign in with Google." One click, no credit card.
- 3A free trial starts instantly. Copy your key from the dashboard.
Step 2: Connect the key
Three ways, depending on where you run MindrianOS.
Inside Claude Code (recommended)
/mos:setup brainPaste your key when prompted.
With a .env file
Add this line to your project's .env:
MINDRIAN_BRAIN_KEY=your-keyClaude Desktop or Cowork
Edit claude_desktop_config.json and add the server, then restart Claude Desktop:
{
"mcpServers": {
"mindrian-brain": {
"url": "https://mindrian-brain.onrender.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Troubleshooting
First request is slow (30 to 60 seconds).
401 invalid API key
Check the key for typos. If it expired, sign in again at the brain-access link to refresh.
Resource exhausted errors
Remove the local MCP config and restart:
rm -f .mcp.jsonNo working key? Larry says so instead of pretending.