Skip to content
Zed

CloudeIDE for Zed

com.cloudeide/cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

client:Zed transport:stdio runtime:npm

Install CloudeIDE 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": {
    "cloudeide": {
      "command": "npx",
      "args": [
        "-y",
        "cloudeide"
      ],
      "env": {
        "CLOUDEIDE_TOKEN": "<CLOUDEIDE_TOKEN>",
        "CLOUDEIDE_API_URL": "<CLOUDEIDE_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CloudeIDE in other clients