Skip to content

Containerization Assist for Grok

io.github.azure/containerization-assist

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

client:Grok transport:stdio runtime:npm

Install Containerization Assist in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Containerization Assist in other clients