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. 78 installs a week from npm. Last commit 24 Jun 2026.

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

Installs per day peak 33 · avg 11 · +37% w/w
a month agotoday
78
Installs / week
npm · @supernova123/docker-mcp-server
5
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

    const result = execSync(`docker compose -f "${filePath}" ${args.join(" ")}`, {
  return new Dockerode({ socketPath: "/var/run/docker.sock" });

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 -- npx -y @supernova123/docker-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "-y",
        "@supernova123/docker-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docker-mcp-server]
command = "npx"
args = ["-y", "@supernova123/docker-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "-y",
        "@supernova123/docker-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docker-mcp-server": {
      "args": [
        "-y",
        "@supernova123/docker-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCKER_HOST (Docker socket path (default: /var/run/docker.sock)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Docker MCP Server

same job, measured the same way
Docker MCP Server
by hypnosis

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

225 installs/wk 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
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
Docker MCP
by alisaitteke

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

88 installs/wk 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 l337-org

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

540 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 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 npm package @supernova123/docker-mcp-server was installed 78 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 @supernova123/docker-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Docker MCP Server?
The npm package @supernova123/docker-mcp-server was installed 78 times in the last week. Week over week that is +37%. 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 TypeScript and 5 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.