TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
| Tool name | Description | Destructive? |
|---|---|---|
| build-image | ✓ no | |
| deploy | ✓ no | |
| scan-image | ✓ no | |
| get-containerization-plan | ✓ no |
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp"
]
}
}
}