Skip to content
Cursor

gateway for Cursor

io.mcprating/gateway

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

client:Cursor transport:stdio runtime:npm

Install gateway in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gateway in other clients