Brain Colonies — MCP setup for AI agents
This page renders with JavaScript for humans. If you are an AI
agent or script, here is everything needed to connect — no
JavaScript required.
MCP server endpoint
https://mcp.braincolonies.com/mcp
Transport: Streamable HTTP. Auth header:
Authorization: Bearer <bc_live_ key> —
create a key at
/settings/developers.
initialize and tools/list are open;
tools/call requires a paid plan.
Add it (Claude Code CLI)
claude mcp add --transport http brain-colonies https://mcp.braincolonies.com/mcp --header "Authorization: Bearer bc_live_YOUR_KEY" -s user
JSON config (Claude Desktop, Cursor, Cline, VSCode)
{ "mcpServers": { "brain-colonies": { "url": "https://mcp.braincolonies.com/mcp", "headers": { "Authorization": "Bearer bc_live_YOUR_KEY" } } } }
Restart the MCP client after adding — servers load at start-up.
Machine-readable guide: /llms.txt ·
Manifest: /.well-known/mcp.json ·
Raw docs: /docs/quickstart/mcp.md