Skip to main content
Developer ToolsGo

QuantGeekDev/docker-mcp

Docker container management and operations through MCP

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuantGeekDev/docker-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "QuantGeekDev/docker-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
QuantGeekDev