AI agents

Control Rock8Cloud from Claude

Rock8Cloud is a software factory you can operate over MCP. Add it once as a custom connector in Claude Desktop, and any Claude chat can deploy a service, read its logs, or hand a task to a cloud agent.

Updated 14 August 2026
Control Rock8Cloud from Claude

Rock8Cloud is a software factory: build, review, ship and observe on one platform. All of it is operable over MCP (Model Context Protocol), so Claude works against your actual platform instead of a description of it. Add the connector once in Claude Desktop and any Claude chat can deploy a service, read its logs, or hand a task to a cloud agent.

The connector belongs to your Claude account rather than to one machine, so it is there in every Claude window you open.

What you need#

  • Claude Desktop or Claude on the web. Custom connectors are added there, not on mobile.
  • A Claude plan that includes custom connectors. Settings shows Connectors under Customize when your plan has them.
  • A Rock8Cloud account with at least one project. Sign-in happens in the browser during setup.

Add the Rock8Cloud MCP server in Claude Desktop#

Connectors can only be added and authorized on desktop or web. That is the whole setup, and you do it a single time.

  1. Open Settings → Connectors in Claude Desktop.
  2. Add custom connector. Name it Rock8Cloud and paste the server URL:
https://app.rock8.cloud/mcp
  1. Authorize. Claude opens Rock8Cloud in your browser. Sign in, approve the access, and the connector shows as connected. No API key, no token in a config file.

The Rock8Cloud connector and its tool permissions in Claude Desktop

Choose what Claude may do on its own#

Every tool has three settings: automatic, ask, or off. A setup that stays comfortable when you are away from a keyboard:

ToolsSettingWhy
Reading projects, services, deployments, uptime, code reviewsAutomaticAnswers arrive without a tap. Nothing changes.
Build and runtime logs, env var readsAskLog lines can carry data you would rather see before it lands in a chat.
Deploy, provision, write env vars, task an agentAskThese spend money or change what is running. You approve each one.

Approvals appear in the conversation, so a phone is enough to grant one.

What you can do once connected#

The tools cover the whole lifecycle, so a chat can carry a change from idea to running service:

  • Deploy and ship. Create a project or service, deploy it, follow the build and deployment status, and roll back. deploy_service, get_deployment_status, get_latest_build.
  • Read the logs. Build logs and runtime logs per service, so a failure is readable in the conversation rather than in a dashboard you have to reach. get_build_logs, get_runtime_logs.
  • Spawn a cloud agent sandbox. Hand a task to an agent that gets its own sandbox and its own copy of the repository. It works on its own and returns a pull request with a preview environment. Follow-up turns go to the same session. task_agent, continue_agent_session, get_agent_session.
  • Provision databases and storage. PostgreSQL, Dragonfly (Redis) or S3 storage in one call, then link the credentials into a service as env vars. provision_postgres, provision_redis, provision_object_storage, link_env_vars.
  • Pull code review findings. Severity, file locations and a fix prompt for the open branch. get_code_reviews.
  • Watch what is live. Uptime, response times and outage history per service. get_uptime_status.

The full catalog lives on the MCP primitives page, and the per-tool reference is in the MCP integration docs.

What this is good for#

Asking instead of navigating. “What is running in my staging project?” returns live data rather than a guess, and it beats finding the right screen for a question you can phrase in six words.

Planning against facts. Claude has the real state in front of it: current codebase, what is deployed, what broke last night, what the review flagged on the open branch. Brainstorming against your platform beats brainstorming against memory.

Delegating in the chat where you planned it. When the plan is good, task_agent starts a cloud agent on that service with its own sandbox and its own copy of the repo. It comes back as a pull request with a preview environment, not as a merge to production.

Debugging against the evidence. Runtime logs, build logs, deployment status and uptime all read into the conversation, so the fix is discussed next to what actually happened.

Working away from your desk. The connector is on your account, so Claude on your phone has the same tools as Claude on your laptop. Approvals appear in the conversation, which is enough to unblock a deploy from a train. More on that in talk to your codebase from your phone.

The gate does not move. Agents open pull requests, reviews still run, and nothing reaches production because a chat asked nicely.

Troubleshooting#

The connector will not authorize. Check the URL ends in /mcp with no trailing slash. Finish the browser sign-in rather than closing the tab, then return to Claude. Removing and re-adding the connector starts a fresh OAuth exchange.

Claude says it has no tools for this. The tool is set to off, or the conversation started before the connector was added. Reopen the tool permissions and start a new chat.

Claude answers about the wrong project. Ask it to list organizations and projects first. An account with several organizations needs the project named in the question.

Nothing shows up on mobile. Connectors sync with the account, not the device. Confirm the connector is connected on desktop and that both are signed in to the same Claude account.

Claude Code, Codex and other MCP clients#

The connector belongs to the Claude apps. Command line and editor agents point at the same server URL through their own config, so Claude Code, Codex, Cursor and Zed all reach the same tools with the same permissions model.

Next: talk to your codebase from your phone · let your agent delegate work to cloud agents · debug a failing deploy from your agent.

Frequently asked questions

Does Rock8Cloud have an MCP server?
Yes. Rock8Cloud is the platform - Deployment, Code review, Agent sandbox and Observability - and it exposes a remote Model Context Protocol server at https://app.rock8.cloud/mcp so an MCP client can operate it. That includes Claude, Claude Code, Codex, Cursor and Zed.
What can Claude actually do once connected?
Deploy a service and watch the build, provision PostgreSQL, Dragonfly or S3 storage, link env vars, read build and runtime logs, check uptime and response times, pull code review findings, and start a cloud agent sandbox that works on the repo and comes back as a pull request.
Can Claude spawn a coding agent on my repo?
Yes. task_agent starts a cloud agent in its own sandbox with its own copy of the repository. It works while you do something else and returns a pull request with a preview environment. Nothing merges on its own.
Can I add the connector from the Claude mobile app?
No. Custom connectors are added and authorized in Claude Desktop or the web app. Do it once there and the same connector is available in Claude on your phone.
Do I need an API key?
No. The connection uses OAuth. Claude sends you to Rock8Cloud to sign in, and you approve exactly what it may reach.
Can Claude deploy or change things without asking me?
Only if you let it. Each tool has its own permission: automatic, ask every time, or off. Keep deploys, env var writes and agent tasks on ask and you approve each one in the chat.
The connector will not authorize. What should I check?
Confirm the URL ends in /mcp with no trailing slash, that you finished the browser sign-in rather than closing the tab, and that you are signed in to the organization that owns the project. Removing and re-adding the connector starts a fresh OAuth exchange.
Is this the same as connecting Claude Code?
The connector lives on your Claude account and serves the Claude apps. Command line agents like Claude Code, Codex or Zed point at the same server URL through their own config. Setup for each is in the MCP integration docs.

More guides

Ship today

Your whole platform, in a chat.Ship today.

Connect Rock8Cloud to Claude once on the desktop, then deploy, debug, and delegate without leaving the chat.

60 days free. No credit card required to start.