Dockerhub for VS Code
io.github.pipeworx-io/dockerhub
Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)
client:VS Code
transport:streamable-http
Install Dockerhub in VS Code
.vscode/mcp.json
{
"servers": {
"dockerhub": {
"type": "http",
"url": "https://gateway.pipeworx.io/dockerhub/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs