Start here
Connect the Brain
MindrianOS works fully without the Brain. Every command, the Data Room, the graph, and the personas all run locally. The Brain adds the teaching intelligence behind Larry. It is free to try and takes a minute to connect.
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
- 1
- 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 key? You still have the whole product.