Docker MCP Server for Zed
io.github.l337-org/docker-mcp-server
Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.
client:Zed
transport:stdio
runtime:pypi
Install Docker MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"docker-mcp-server": {
"command": "uvx",
"args": [
"docker-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs