Skip to content
Cursor

MCP Gateway for Cursor

io.github.panossalt/mcp-gateway

Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.

client:Cursor transport:sse

Install MCP Gateway in Cursor

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

{
  "mcpServers": {
    "mcp-gateway": {
      "url": "https://your-gateway.example.com/t/your-org/mcp/sse"
    }
  }
}

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

MCP Gateway in other clients