Stats
Actions
Tags
From mcp-toolkit
Local Docker-based MCP gateway server for managing and routing between multiple MCP servers. Primarily used for deployment scenarios.
Copy 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
npx claudepluginhub docker/claude-plugins --plugin mcp-toolkit