HomeCloud & Monitoring › Docker MCP Server

Docker MCP Server

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

Python CloudLocal macOSWindowsLinux
★ 8 stars Last pushed 2026-09-23 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.2.6)

uvx docker-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "docker-mcp": {
      "command": "uvx",
      "args": [
        "docker-mcp-server"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/l337-org/docker-mcp-server:2.2.6

Or add to your MCP client config:

{
  "mcpServers": {
    "docker-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/l337-org/docker-mcp-server:2.2.6"
      ]
    }
  }
}

Package (mcpb)

Package: mcpb https://github.com/L337-org/docker-mcp/releases/download/v2.2.6/docker-mcp-server-2.2.6.mcpb

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.GavinLucas/docker-mcp-server

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry