Skip to main content
MindrianOS

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.

The job this does

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

Here is the whole idea in one picture. Your machine does the thinking and holds your data. The Brain is a library of methods, not a store of your work. Methods flow IN to help you. Your data never flows OUT. That one-way street is the entire security model.
YOUR MACHINEyour roomsyour decisionsyour datalocal does the thinkingTHE BRAINmethodology onlyno user data, evermethod indata never leaves

Step 1: Get your key

  1. 1
  2. 2
    Click "Sign in with Google." One click, no credit card.
  3. 3
    A 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 brain

Paste your key when prompted.

With a .env file

Add this line to your project's .env:

.env
MINDRIAN_BRAIN_KEY=your-key

Claude Desktop or Cowork

Edit claude_desktop_config.json and add the server, then restart Claude Desktop:

claude_desktop_config.json
{
  "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).

The Brain server sleeps after 15 idle minutes. Waking it on the first call is normal. The next calls are fast.

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.json

No key? You still have the whole product.

Without a Brain key, MindrianOS runs in local-only mode. Every command, the Data Room, the graph, and the personas work. The key upgrades the guidance from smart to deeply smart.