← Back to Plugins
MCP Server MCP

Docker MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @supernova123/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@supernova123/docker-mcp-server",
      "version": "0.3.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Docker socket path (default: /var/run/docker.sock)",
          "format": "string",
          "name": "DOCKER_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...