Loading MCP server directory, please wait...
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
npx @getmcp/cli add io.github.joepangallo/cloud-agentRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOUD_AGENT_API_KEYAPI key for authenticating with Cloud Agent (ca_* prefix). Get one from your Cloud Agent web workspace.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joepangallo/cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "",
"CLOUD_AGENT_URL": ""
}
}
}
}