← Back to browse

cloud-agent

Indexed by io.github.joepangallo

About

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLOUD_AGENT_API_KEY CLOUD_AGENT_URL
Claude Code
claude mcp add --env CLOUD_AGENT_API_KEY= --env CLOUD_AGENT_URL= cloud-agent -- npx mcp-server-cloud-agent
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cloud-agent","command":"npx","args":["mcp-server-cloud-agent"],"env":{"CLOUD_AGENT_API_KEY":"","CLOUD_AGENT_URL":""}}'
JSON
{
  "mcpServers": {
    "cloud-agent": {
      "command": "npx",
      "args": [
        "mcp-server-cloud-agent"
      ],
      "env": {
        "CLOUD_AGENT_API_KEY": "",
        "CLOUD_AGENT_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.