# Other hosts

Source: /docs/mcp/connect/other-hosts

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 [#get-a-token]

Open the dashboard's [Connect an agent](https://app.orbitorca.com/mcp) 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 [#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](https://app.orbitorca.com/mcp) page in the dashboard always shows the current values with your token filled in.

Next: [what a token can and can't do](/docs/mcp/scopes-and-safety).