Skip to content
Zed

Antideploy for Zed

com.antideploy/antideploy-mcp

Deploy an app to Antideploy from a coding agent. No Dockerfile, no YAML, no cloud console.

client:Zed transport:stdio runtime:npm

Install Antideploy 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": {
    "antideploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "antideploy-mcp"
      ],
      "env": {
        "ANTIDEPLOY_API_KEY": "<ANTIDEPLOY_API_KEY>",
        "ANTIDEPLOY_URL": "<ANTIDEPLOY_URL>"
      }
    }
  }
}

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

Antideploy in other clients