Docker MCP Gateway
One gateway process that runs and fronts many containerised MCP servers.
Add it to your client
Officialdocker mcp gateway run
{
"mcpServers": {
"docker-mcp-gateway": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
]
}
}
}- Transport
- both
- Runtime
- Go
- Auth
- Not required
- License
- MIT
Docker's mcp CLI plugin starts a single gateway that clients connect to, while each backing server runs in its own container with limited host privileges. Servers are grouped into profiles that can be sourced from the Docker MCP catalog, an OCI image, a local file or the MCP registry, and the same profile can be attached to several editors so they stay in sync. Secrets live in Docker's secret store instead of client config files, and the gateway handles OAuth flows for servers that need them.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Comments(0)
Sign in to comment