Skip to content
Windsurf

Antideploy for Windsurf

com.antideploy/antideploy-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Antideploy in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "antideploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "antideploy-mcp"
      ],
      "env": {
        "ANTIDEPLOY_API_KEY": "<ANTIDEPLOY_API_KEY>",
        "ANTIDEPLOY_URL": "<ANTIDEPLOY_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Antideploy in other clients