Wraps the Docker Hub v2 API so you can query public registry data without authentication. Part of the Pipeworx gateway, which aggregates 250+ data sources behind a single MCP endpoint. The implementation supports streamable HTTP transport and includes an ask_pipeworx helper that lets you ask questions in plain English instead of calling tools directly. Useful when you need to pull image metadata, check tags, or inspect repository details from Docker Hub during development workflows. The specific tool list isn't documented in the source, but it covers the standard v2 API surface for public repositories. Free tier, no keys required for public data.
Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"dockerhub": {
"url": "https://gateway.pipeworx.io/dockerhub/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Dockerhub data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
silenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes