← Back to Plugins
MCP Server MCP

io.github.wellknownmcp/cortex-gateway

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.cortex-gateway.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wellknownmcp/cortex-gateway:v0.2.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3213/mcp"
      },
      "environmentVariables": [
        {
          "description": "Canonical MCP resource URI (RFC 9728)",
          "isRequired": true,
          "format": "string",
          "name": "CORTEX_CANONICAL_URI"
        },
        {
          "description": "OAuth 2.1 authorization server URL",
          "isRequired": true,
          "format": "string",
          "name": "OAUTH_ISSUER"
        },
        {
          "description": "Comma-separated federated backend ids",
          "isRequired": true,
          "format": "string",
          "name": "CORTEX_BACKENDS"
        },
        {
          "description": "Static token for backend catalog discovery",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CORTEX_TECHNICAL_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...