docker/hub-mcp
Docker Hub MCP Server
Platform-specific configuration:
{
"mcpServers": {
"hub-mcp": {
"command": "npx",
"args": [
"-y",
"hub-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://archestra.ai/mcp-catalog/docker__hub-mcp)
The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfaces with Docker Hub APIs to make them accessible to LLMs, enabling intelligent content discovery and repository management.
Developers building with containers, especially in AI and LLM-powered workflows, often face inadequate context across the vast landscape of Docker Hub images. As a result, LLMs struggle to recommend the right images, and developers lose time manually searching instead of building.
<p align="center"> </p>
npm install
npm run build npm start -- [--transport=http|stdio] [--port=3000]transport: Choose between http or stdio (default: stdio)port=3000This starts the server with default settings and can only access public Docker Hub content.
The MCP Inspector provides a web interface to test your server:
npx @modelcontextprotocol/inspector node dist/index.js [--transport=http|stdio] [--port=3000]Loading reviews...