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