joepangallo/mcp-server-cloud-agent
MCP server for Cloud Agent — an AI software engineer that writes code, opens PRs, reviews code, generates tests, runs security scans, and answers codebase questions.
MCP server for Cloud Agent — a hosted AI software engineer that writes code, opens PRs, reviews code, generates tests, runs security scans, and answers codebase questions.
Connect from any MCP client (Claude Code, Cursor, Windsurf, or your own agents) and delegate engineering tasks.
This package is a local stdio MCP proxy that forwards requests to the Cloud Agent hosted backend at cloudagent.metaltorque.dev. Your MCP client communicates with this server over stdio; the server makes authenticated HTTPS calls to the backend on your behalf.
Data flow: MCP client → (stdio) → this server → (HTTPS) → Cloud Agent backend → GitHub
What data leaves your machine:
What the backend does with your data:
| Tool | Description | Side effects | |------|-------------|--------------| | run_task | Write code, fix bugs, add features — returns result + PR URL | Creates branches and PRs | | review_pr | Review a GitHub PR with structured feedback | Optionally posts comments to GitHub | | ask_codebase | Ask questions about any GitHub repo (auto-indexes on first use) | Read-only | | generate_tests | Generate tests for a file, opens a PR | Creates branches and PRs | | security_scan | Security + dependency scan across one or more repos | Read-only | | list_sessions | List recent sessions with status, cost, duration, PR URLs | Read-only | | list_playbooks | List available workflow templates | Read-only | | run_playbook | Run a playbook against a repo | Creates branches and PRs | | get_usage | Usage stats — sessions, cost, time saved, breakdowns | Read-only |
Sign in to your Cloud Age
Loading reviews...