mcpbeat Sign in

Docker MCP Server

local only

Docker MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 540 installs a week from pypi. Last commit 10 Sep 2026.

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

Installs per day peak 463 · avg 146 · -27% w/w
a month agotoday
540
Installs / week
pypi · docker-mcp-server
8
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return env_flag(IN_CONTAINER_ENV) or Path("/.dockerenv").exists()
Builds a database query by concatenation [пакет] .github/actions/file-failure-issue/action.yaml:25, .github/actions/file-failure-issue/action.yaml:25
    - name: File or update the failure issue
      shell: bash
      env:
        GH_TOKEN: ${{ inputs.token }}
        proc = subprocess.run(  # noqa: S603 - shell=False, argv is a list, binary is resolved via shutil.which
    def exec(  # noqa: DOC502
    candidates.append(Path("/var/run/docker.sock"))  # classic / native Linux engine
    ssh_config_file = os.path.expanduser("~/.ssh/config")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docker-mcp-server -- uvx docker-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "docker-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docker-mcp-server]
command = "uvx"
args = ["docker-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "docker-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "docker-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Docker MCP Server

same job, measured the same way
Docker MCP
by alisaitteke

MCP server for managing Docker containers, images, networks, volumes, and registries

88 installs/wk local only
Docker
by ofershap

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

193 installs/wk local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Komodo MCP Server
by mp-tool

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

153 installs/wk local only
Dokploy MCP Server
by sapientsai

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

110 installs/wk local only
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only

Docker MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Docker MCP Server?
Docker MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package docker-mcp-server was installed 540 times last week.
How do I connect Docker MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docker-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Docker MCP Server?
The pypi package docker-mcp-server was installed 540 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docker MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.