Get the most out of Brain OS

From zero to operational memory. Pick a track below, install it, use it day to day, think decisions through, or push it as far as it goes.

One command sets up everything: a .brain/ folder for state, slash commands, and the MCP config to connect any agent.

1

Initialize your project

From your project root, run init. It creates a .brain/ directory for operational state and installs the slash commands.

click to copynpx brain-os init

Brain OS auto-discovers .brain/ from any subdirectory, no path config needed.

2

Connect to Claude Code

Register Brain OS as an MCP server. Your agent can now read and write operational state.

click to copyclaude mcp add brain-os -- npx brain-os

On Cursor, Zed, Windsurf, or GitHub Copilot? See the next card.

3

Or any MCP client

Paste this into your client's MCP config (e.g. mcp.json). Same .brain/, every tool.

click to copy{ "brain-os": { "command": "npx", "args": ["brain-os"] } }
4

Verify it's live

Open a fresh agent session and run the scanner. It reads your project and reports what it found.

click to copy/brain

If /brain already exists in your project, everything installs under the /brain: namespace instead, so nothing collides.

Ready to stop re-explaining?

One install. Your agent stops forgetting.

Read the source on GitHub →