Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx docker-mcp-server
MCP client config
{
"mcpServers": {
"docker-mcp-server": {
"command": "uvx",
"args": [
"docker-mcp-server"
]
}
}
}Run
docker run -i --rm ghcr.io/l337-org/docker-mcp-server:2.2.5
MCP client config
{
"mcpServers": {
"docker-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/l337-org/docker-mcp-server:2.2.5"
]
}
}
}Distributed as an MCP bundle (`https://github.com/L337-org/docker-mcp/releases/download/v2.2.5/docker-mcp-server-2.2.5.mcpb`) — download it and import the bundle in your MCP client.