Back to MCP Servers
Hub
Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images
developer-toolsdocker
By docker
Installation
npx -y hub-mcpConfiguration
{
"mcpServers": {
"hub-mcp": {
"command": "npx",
"args": ["-y", "hub-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes