Skip to content
Gemini CLI

Antideploy for Gemini CLI

com.antideploy/antideploy-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Antideploy in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Antideploy in other clients