Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mcp-toolkit
Local Docker MCP gateway server for managing Docker containers, images, builds, and deployments. Runs as a subprocess via 'docker mcp gateway run'.
npx claudepluginhub docker/claude-plugins --plugin mcp-toolkitCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.