Odel
aiMCPGate

aiMCPGate

Local
@akomyaginGoMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/akomyagin/aimcpgate:0.5.0

Run

docker run -i --rm ghcr.io/akomyagin/aimcpgate:0.5.0

MCP client config

{
  "mcpServers": {
    "aimcpgate": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/akomyagin/aimcpgate:0.5.0"
      ]
    }
  }
}
npmaimcpgatev0.5.0

Run

npx -y aimcpgate

MCP client config

{
  "mcpServers": {
    "aimcpgate": {
      "command": "npx",
      "args": [
        "-y",
        "aimcpgate"
      ]
    }
  }
}