777genius/docker-hub
v0.1.0Apache-2.0
Community package for the official Docker Hub MCP plugin for repository, image, and Docker Hub workflows through Docker's containerized stdio server.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
dockerhubstdio
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/dockerhub@sha256:76454af4edfd21571d9740113104d0d9f707220453d1c8f7c9971b21848d4248",
"--transport=stdio"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "docker-hub",
"version": "0.1.0",
"description": "Community package for the official Docker Hub MCP plugin for repository, image, and Docker Hub workflows through Docker's containerized stdio server.",
"author": {
"name": "777genius",
"url": "https://github.com/777genius"
},
"homepage": "https://github.com/docker/hub-mcp",
"repository": "https://github.com/777genius/universal-agent-plugins",
"license": "Apache-2.0",
"keywords": [
"agent-plugins",
"ai-agents",
"containers",
"docker",
"mcp",
"plugins",
"registry"
]
}