HomeCloud & Monitoring › Containerization Assist

Containerization Assist

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

TypeScript
★ 43 stars Last pushed 2026-09-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "containerization-assist": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DOCKER_SOCKET": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DOCKER_SOCKET — Docker socket path or named pipe
  • LOG_LEVEL — Logging level (debug, info, warn, error)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry