Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From disruptors-mcp-suite
Local Docker MCP gateway server for managing Docker containers, images, builds, and deployments. Runs as a subprocess via 'docker mcp gateway run'.
npx claudepluginhub TechIntegrationLabs/disruptors-ai-marketing-hub --plugin disruptors-mcp-suiteCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"MCP_DOCKER": {
"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.