MCPConnect an agent
Claude Code
Connect Claude Code to OrbitOrca with one terminal command.
Add OrbitOrca to Claude Code for your user account — it becomes available across all your local projects.
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
Run this in your terminal, with your token in place of {{token}}:
claude mcp add --transport http orbitorca https://api.orbitorca.com/mcp --scope user --header "Authorization: Bearer {{token}}"Try it
In Claude Code, ask it to "list my OrbitOrca apps". If it comes back with your apps, you're connected.
The dashboard's Connect an agent page generates this exact command with your token already filled in — copy it from there if you'd rather not edit by hand.