cloud agent for Zed
io.github.joepangallo/cloud-agent
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
client:Zed
transport:stdio
runtime:npm
Install cloud agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs