← Index

Containerization Assist

io.github.Azure/containerization-assist·v1.4.0·Kubernetes
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "containerization-assist": {
      "command": "npx",
      "args": [
        "-y",
        "containerization-assist-mcp"
      ],
      "env": {
        "DOCKER_SOCKET": "<docker_socket>",
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "containerization-assist": {
      "command": "npx",
      "args": [
        "-y",
        "containerization-assist-mcp"
      ],
      "env": {
        "DOCKER_SOCKET": "<docker_socket>",
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y containerization-assist-mcp
§02  Environment variables
DOCKER_SOCKET

Docker socket path or named pipe

LOG_LEVEL

Logging level (debug, info, warn, error)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Kubernetes