Docker Hub MCP Server (Official)
Official Docker Hub MCP server enabling AI agents to interact with Docker Hub's container image registry — searching images, managing repositories, querying tags and manifests, managing organizations and teams, and interacting with Docker's image distribution platform.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
HTTPS enforced. PATs with scopes. SOC 2. Docker Scout vulnerability scanning.
⚡ Reliability
Best When
An agent needs to search, query, or manage Docker Hub container images and repositories.
Avoid When
You're using GitHub Container Registry, Amazon ECR, or another private registry.
Use Cases
- • Searching Docker Hub for base images from containerization agents
- • Querying image tags and digest information from CI/CD agents
- • Managing Docker Hub repositories and access settings from DevOps agents
- • Checking image vulnerabilities and security scan results from security agents
- • Pulling image metadata for dependency analysis agents
- • Managing organization teams and repository access from admin agents
Not For
- • Teams using GitHub Container Registry, ECR, GCR, or private registries
- • Direct container execution (use Docker Engine CLI for that)
- • Image building (use Docker build directly)
Interface
Authentication
Docker Hub Personal Access Tokens (PAT) with read, write, and delete scopes. OAuth2 for apps. PATs recommended over username/password.
Pricing
Generous free tier for public images. Private repos require paid plan. MCP server is open source.
Agent Metadata
Known Gotchas
- ⚠ Rate limits are very different for anonymous vs authenticated vs paid accounts
- ⚠ Image names require namespace/repository format (e.g., library/nginx)
- ⚠ Official images use 'library' namespace — query as library/nginx
- ⚠ Manifest v2 vs OCI format differences when inspecting multi-arch images
- ⚠ Webhook payloads use different format than Docker registry webhooks
- ⚠ Pull rate limits apply per IP for anonymous, per account for authenticated
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Docker Hub MCP Server (Official).
Scores are editorial opinions as of 2026-03-06.