cloud agent for Windsurf
io.github.joepangallo/cloud-agent
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
client:Windsurf
transport:stdio
runtime:npm
Install cloud agent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs