ALPHA - OrgBrain Bot

ALPHA - OrgBrain Bot

Adding MCP to AI IDEs/Interfaces

Building with OrgBrain (authenticated MCP)

"building-with-orgbrain": { "url": "https://mcp-dev.orgbrain.app/mcp", "headers": { "X-OrgSettings": "eyJzcGhlcmVfaWQiOjEsInBsYXRmb3JtX2FjY291bnRfaWQiOjF9" } }

X-OrgSettings contains the value which is a base64 string of {"sphere_id":1,"platform_account_id":1}

So, whatever the config is for N org and your platform account id, you will need to build that JSON above, and encode it so it’s portable. This is so that we can easily provide this to customers from OrgBrain and is calculated on the client side. Once this is live, this is a one-button “add to cursor”, and we can provide an easy copy/paste from the client. So, for now, manually adding this to cursor/claude is the only way to add it.

Catalog publications

N.B. These are not an exclusive list of catalogs. If you do NOT see something, please contact us, we have several catalogs that are in private mode and/or testing.

These raw schemas can also be added to your IDE/Interface for raw style builds against the endpoints

"CRBN Elements Catalog": { "command": "npx -y apidog-mcp-server@latest --site-id=755058", "args": [], "env": {} }
"CRBN Health Catalog": { "command": "npx -y apidog-mcp-server@latest --site-id=755085", "args": [], "env": {} }
"CRBN Workflows": { "command": "npx -y apidog-mcp-server@latest --site-id=755079", "args": [], "env": {} }