env0 (Docker) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The env0 (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.