hub-mcp

docker/hub-mcp
★ 130 stars TypeScript ⚙️ DevOps Updated 1mo ago
Docker Hub MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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