Skip to main content
Developer ToolsTypeScript

docker/hub-mcp

Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

developer-toolsofficialcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
docker