Odel
Docker MCP Server

Docker MCP Server

Local
@l337-org4PythonMITUpdated 5 days ago

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).

PyPIdocker-mcp-serverv2.2.5

Run

uvx docker-mcp-server

MCP client config

{
  "mcpServers": {
    "docker-mcp-server": {
      "command": "uvx",
      "args": [
        "docker-mcp-server"
      ]
    }
  }
}
Dockerghcr.io/l337-org/docker-mcp-server:2.2.5

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"
      ]
    }
  }
}
MCP Bundlehttps://github.com/L337-org/docker-mcp/releases/download/v2.2.5/docker-mcp-server-2.2.5.mcpb

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.