Odel
mcp gateway

mcp gateway

Local
@mcpratingTypeScriptMITUpdated 1w ago

Discover, judge and safely run any MCP server: 57k+ scored servers, sandboxed.

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).

npm@mcp-rating/gatewayv0.2.2

Run

npx -y @mcp-rating/gateway

MCP client config

{
  "mcpServers": {
    "mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-rating/gateway"
      ]
    }
  }
}