HomeCloud & Monitoring › Docker MCP Server

Docker MCP Server

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

TypeScript Local
★ 5 stars Last pushed 2026-06-24 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 (npm 0.3.5)

npx -y @supernova123/docker-mcp-server@0.3.5

Or add to your MCP client config:

{
  "mcpServers": {
    "docker-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@supernova123/docker-mcp-server@0.3.5"
      ],
      "env": {
        "DOCKER_HOST": "<YOUR_VALUE>"
      }
    }
  }
}
  • DOCKER_HOST — Docker socket path (default: /var/run/docker.sock)

Related servers

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

Data from the Official MCP Registry