Loading MCP server directory, please wait...
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
npx @getmcp/cli add io.github.wellknownmcp/cortex-gatewayRequires Docker Engine. Community-contributed server. Review source before installing.
CORTEX_CANONICAL_URICanonical MCP resource URI (RFC 9728)
OAUTH_ISSUEROAuth 2.1 authorization server URL
CORTEX_BACKENDSComma-separated federated backend ids
CORTEX_TECHNICAL_TOKENStatic token for backend catalog discovery
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wellknownmcp/cortex-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CORTEX_CANONICAL_URI",
"-e",
"OAUTH_ISSUER",
"-e",
"CORTEX_BACKENDS",
"-e",
"CORTEX_TECHNICAL_TOKEN",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "",
"OAUTH_ISSUER": "",
"CORTEX_BACKENDS": "",
"CORTEX_TECHNICAL_TOKEN": ""
}
}
}
}