cloud agent for Cursor
io.github.joepangallo/cloud-agent
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
client:Cursor
transport:stdio
runtime:npm
Install cloud agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloud-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<CLOUD_AGENT_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs