MCPConnect an agent
Cursor
Connect Cursor to OrbitOrca by adding one block to its MCP config.
Cursor reads MCP servers from a JSON config file. Add OrbitOrca there and reload.
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 deploy and change apps. The full token is shown once, at creation — copy it now.
Add the server
Add this block to ~/.cursor/mcp.json (create the file if it doesn't exist), with your token in place of {{token}}:
{
"mcpServers": {
"orbitorca": {
"url": "https://api.orbitorca.com/mcp",
"headers": { "Authorization": "Bearer {{token}}" }
}
}
}Then reload Cursor.
Try it
Ask Cursor to "list my OrbitOrca apps". If it comes back with your apps, you're connected.
The dashboard's Connect an agent page generates this block with your token already filled in — copy it from there if you'd rather not edit by hand.