Containerization Assist for Zed
io.github.azure/containerization-assist
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
client:Zed
transport:stdio
runtime:npm
Install Containerization Assist in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp"
],
"env": {
"DOCKER_SOCKET": "<DOCKER_SOCKET>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs