McpMux
Back to Registry

env0 (Docker) MCP Server

Community

Contributed by env0

Manage env0 Infrastructure as Code workflows via Docker. Deploy, abort, approve, and cancel environments; inspect projects, plan logs, and cloud resources; analyze deployment errors; and generate IaC in an isolated container.

About the env0 (Docker) MCP Server

The env0 (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage env0 Infrastructure as Code workflows via Docker. Deploy, abort, approve, and cancel environments; inspect projects, plan logs, and cloud resources; analyze deployment errors; and generate IaC in an isolated container. This is a community-contributed MCP server by env0.

Install the env0 (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "ENV0_API_KEY",
    "-e",
    "ENV0_API_SECRET",
    "-e",
    "ENV0_ORGANIZATION_ID",
    "env0/mcp-server"
  ],
  "env": {
    "ENV0_API_KEY": "${input:ENV0_API_KEY}",
    "ENV0_API_SECRET": "${input:ENV0_API_SECRET}",
    "ENV0_ORGANIZATION_ID": "${input:ENV0_ORGANIZATION_ID}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "ENV0_API_KEY",
        "label": "API Key ID",
        "description": "Your env0 API Key ID. Created in Organization Settings > API Keys. Used as the username for Basic Authentication against the env0 API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://docs.env0.com/docs/api-keys",
          "instructions": "1. Open env0 and go to Organization Settings\n2. Open the API Keys tab\n3. Click Add API Key and enter a name\n4. Choose Organization Admin or User permissions\n5. Copy the API Key ID and Secret immediately (the secret is shown only once)",
          "button_label": "Create API Key"
        }
      },
      {
        "id": "ENV0_API_SECRET",
        "label": "API Key Secret",
        "description": "Your env0 API Key Secret. Shown only once when the API key is created. Used as the password for Basic Authentication against the env0 API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://docs.env0.com/docs/api-keys",
          "instructions": "1. Open env0 and go to Organization Settings\n2. Open the API Keys tab\n3. Click Add API Key and enter a name\n4. Copy the API Key Secret immediately (it cannot be retrieved later)",
          "button_label": "Create API Key"
        }
      },
      {
        "id": "ENV0_ORGANIZATION_ID",
        "label": "Organization ID",
        "description": "Your env0 organization ID. Required to target a specific organization, especially when your account belongs to multiple organizations.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "your-organization-id",
        "obtain": {
          "url": "https://docs.env0.com/docs/api-keys",
          "instructions": "1. Open env0 and go to Organization Settings\n2. Copy your Organization ID from the organization details",
          "button_label": "Open env0"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

env0iacterraformopentofuinfrastructuredeploymentclouddocker

Supported AI Clients

The env0 (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install env0 (Docker) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.