Odel
MCP Gateway

MCP Gateway

Local
@mikkoparkkola60RustUpdated 2 days ago

Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.

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/mikkoparkkola/mcp-gateway:3.5.1

Run

docker run -i --rm ghcr.io/mikkoparkkola/mcp-gateway:3.5.1

MCP client config

{
  "mcpServers": {
    "mcp-gateway": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mikkoparkkola/mcp-gateway:3.5.1"
      ]
    }
  }
}