Antideploy for Claude Code
com.antideploy/antideploy-mcp
Deploy an app to Antideploy from a coding agent. No Dockerfile, no YAML, no cloud console.
client:Claude Code
transport:stdio
runtime:npm
Install Antideploy in Claude Code
run in your project directory
claude mcp add antideploy-mcp -e ANTIDEPLOY_API_KEY=<ANTIDEPLOY_API_KEY> -e ANTIDEPLOY_URL=<ANTIDEPLOY_URL> -- npx -y antideploy-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs