Skip to content
Cursor

cortex gateway for Cursor

io.github.wellknownmcp/cortex-gateway

Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.

client:Cursor transport:streamable-http runtime:oci

Install cortex gateway in Cursor

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

{
  "mcpServers": {
    "cortex-gateway": {
      "url": "https://mcp.cortex-gateway.dev/mcp"
    }
  }
}

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

cortex gateway in other clients