Home › Other › cortex-gateway

cortex-gateway

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

HTML Remote
★ 12 stars Last pushed 2026-08-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.cortex-gateway.dev/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http cortex-gateway https://mcp.cortex-gateway.dev/mcp

Or add to your MCP client config:

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

Package (oci)

Package: oci ghcr.io/wellknownmcp/cortex-gateway:v0.2.0

  • CORTEX_CANONICAL_URI required — Canonical MCP resource URI (RFC 9728)
  • OAUTH_ISSUER required — OAuth 2.1 authorization server URL
  • CORTEX_BACKENDS required — Comma-separated federated backend ids
  • CORTEX_TECHNICAL_TOKEN required secret — Static token for backend catalog discovery

Related servers

Data from the Official MCP Registry