MCP Server
MCP
io.github.wellknownmcp/cortex-gateway
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
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
By
Comments
Sign in to leave a comment