cloud agent for Claude Desktop
io.github.joepangallo/cloud-agent
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
client:Claude Desktop
transport:stdio
runtime:npm
Install cloud agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<CLOUD_AGENT_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs