Containerization Assist MCP server
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
43 stars203 downloads/wk
Reviews
Write oneNobody has reviewed Containerization Assist yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Containerization Assist tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan668 source files scanned20/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 11 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (1)
- mediumeval / new Function used
exec.evaldist/src/lib/module-path-resolver.js: …er) { try { const dirName = new Function('return typeof __dirname !== "undefined"…
What the publisher says
From the Containerization Assist repository's README, as published. We do not edit it. Read it on GitHub
Containerization Assist MCP Server
An AI-powered containerization assistant that helps you build, scan, and deploy Docker containers through VS Code and other MCP-compatible tools.
Full documentation →
Install
Features
Core Capabilities
- 🐳 Docker Integration: Build, scan, and deploy container images
- ☸️ Kubernetes Support: Generate manifests and deploy applications
- 🤖 AI-Powered: Intelligent Dockerfile generation and optimization
- 🧠 Knowledge Enhanced: AI-driven content improvement with security and performance best practices
- 🔄 Intelligent Tool Routing: Automatic dependency resolution and execution
- 📊 Progress Tracking: Real-time progress updates via MCP notifications
- 🔒 Security Scanning: Built-in vulnerability scanning with AI-powered suggestions
- ✨ Smart Analysis: Context-aware recommendations
- Policy-Driven System (v3.0)
- Pre-generation configuration
- Knowledge filtering and weighting
- Template injection
Policy System (v3.0)
Full control over containerization through Rego policies:
- Configure Before Generation: Set defaults for resources, base images, build strategy
- Guide During Generation: Filter knowledge base, inject templates automatically
- Validate After Generation: Semantic checks, security scoring, cross-tool consistency
Example Policies Included:
- Environment-based strategy (dev/staging/prod)
- Cost control by team tier
- Security-first organization
- Multi-cloud registry governance
- Speed-optimized development
See Policy Authoring Guide for details.
System Requirements
- Node.js 20+
- Docker or Docker Desktop
- Optional: Trivy (for security scanning features)
- Optional: Kubernetes (for deployment features)
Manual Install
Add the following to your VS Code settings or create .vscode/mcp.json in your project:
{
"servers": {
"ca": {
"command": "npx",
"args": ["-y", "containerization-assist-mcp", "start"],
"env": {
"LOG_LEVEL": "info"
}
}
}
}Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y containerization-assist-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add containerization-assist -- npx -y containerization-assist-mcp
Containerization Assist: common questions
- Is Containerization Assist MCP server safe?
- Yes, by our scan: it is graded A (86/100). Read the Containerization Assist safety report
- How do I install Containerization Assist?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Containerization Assist need an API key?
- No secret keys are declared. It reads 2 settings from the environment.
- Is Containerization Assist maintained?
- The last commit was 12 days ago (2026-09-15). The latest release is v1.5.0.
- What can I use instead of Containerization Assist?
- Servers from other publishers that do the same job: Nora MCP server, Kubernetes MCP server and Homebutler MCP server. Compare all Containerization Assist alternatives.
Alternatives to Containerization Assist
Same job from other publishers: the closest match first, then the best rated.
- NoraOperate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.not reviewedGrowingB
- KubernetesA Model Context Protocol (MCP) server for Kubernetes and OpenShiftnot reviewedEstablishedA
- HomebutlerTells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.not reviewedEstablishedC
- Radar Kubernetes MCP ServerKubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.not reviewedEstablishedA
- KubefwdKubernetes port forwarding for local development with automatic /etc/hosts entries.not reviewedEstablishedA