BACK TO TEMPLATES
mcp-configany

Docker Gateway MCP Integration Config

Configuration for orchestrating isolated containerized MCP servers via Docker MCP Gateway.

When to use this

Use when running MCP servers inside isolated Docker containers for enterprise security isolation.

The template

{
  "mcpServers": {
    "docker-gateway": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/var/run/docker.sock:/var/run/docker.sock",
        "mcp/docker-gateway:latest"
      ]
    }
  }
}

How to use

Save to your harness .mcp.json file.

Last verified 2026-07-26