Skip to content
Cursor

Containerization Assist for Cursor

io.github.azure/containerization-assist

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

client:Cursor transport:stdio runtime:npm

Install Containerization Assist in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Containerization Assist in other clients