Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

cloud agent in other clients