Skip to content

Containerization Assist for Zed

io.github.azure/containerization-assist

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

client:Zed transport:stdio runtime:npm

Install Containerization Assist in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "containerization-assist": {
      "command": "npx",
      "args": [
        "-y",
        "containerization-assist-mcp"
      ],
      "env": {
        "DOCKER_SOCKET": "<DOCKER_SOCKET>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Containerization Assist in other clients