Containerization Assist for Claude Desktop
io.github.azure/containerization-assist
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
client:Claude Desktop
transport:stdio
runtime:npm
Install Containerization Assist in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp"
],
"env": {
"DOCKER_SOCKET": "<DOCKER_SOCKET>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs