OrbitOrca
MCPConnect an agent

Other hosts

Connect any MCP host that speaks Streamable HTTP with a bearer token.

Any MCP host that supports the Streamable HTTP transport can connect to OrbitOrca. You need two things: the server URL and an Authorization header carrying your token.

Get a token

Open the dashboard's Connect an agent page and create a token. Read-only is the default; add write only if you want the agent to make changes. The full token is shown once, at creation — copy it now.

Point your host at the server

URL:       https://api.orbitorca.com/mcp
Header:    Authorization: Bearer {{token}}
Transport: Streamable HTTP

Put your token in place of {{token}}. Most hosts take these in a small JSON config; the exact shape is up to the host.

Every OrbitOrca host — Claude Code, Cursor, Windsurf, and the rest — uses this same URL and header. The Connect an agent page in the dashboard always shows the current values with your token filled in.

Next: what a token can and can't do.

On this page