Skip to content
VS Code

aimcpgate for VS Code

io.github.akomyagin/aimcpgate

MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.

client:VS Code transport:stdio runtime:oci

Install aimcpgate in VS Code

.vscode/mcp.json

{
  "servers": {
    "aimcpgate": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/akomyagin/aimcpgate:0.5.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aimcpgate in other clients