Cortex Gateway
Rank #6,001io.github.wellknownmcp/cortex-gateway
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
Cortex Gateway is a Model Context Protocol (MCP) server published by wellknownmcp. It ranks #6,001 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Cortex Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 109,459 of 115,460 servers on MCP Toplist.
Use Cortex Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cortex-gateway https://mcp.cortex-gateway.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add cortex-gateway -e "CORTEX_CANONICAL_URI=<your CORTEX_CANONICAL_URI>" -e "OAUTH_ISSUER=<your OAUTH_ISSUER>" -e "CORTEX_BACKENDS=<your CORTEX_BACKENDS>" -e "CORTEX_TECHNICAL_TOKEN=<your CORTEX_TECHNICAL_TOKEN>" -- docker run -i --rm ghcr.io/wellknownmcp/cortex-gateway:v0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.cortex-gateway]
url = "https://mcp.cortex-gateway.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cortex-gateway]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"]
[mcp_servers.cortex-gateway.env]
CORTEX_CANONICAL_URI = "<your CORTEX_CANONICAL_URI>"
OAUTH_ISSUER = "<your OAUTH_ISSUER>"
CORTEX_BACKENDS = "<your CORTEX_BACKENDS>"
CORTEX_TECHNICAL_TOKEN = "<your CORTEX_TECHNICAL_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.cortex-gateway.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cortex-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "<your CORTEX_CANONICAL_URI>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"CORTEX_BACKENDS": "<your CORTEX_BACKENDS>",
"CORTEX_TECHNICAL_TOKEN": "<your CORTEX_TECHNICAL_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cortex-gateway": {
"url": "https://mcp.cortex-gateway.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cortex-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "<your CORTEX_CANONICAL_URI>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"CORTEX_BACKENDS": "<your CORTEX_BACKENDS>",
"CORTEX_TECHNICAL_TOKEN": "<your CORTEX_TECHNICAL_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cortex-gateway": {
"type": "http",
"url": "https://mcp.cortex-gateway.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cortex-gateway": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "<your CORTEX_CANONICAL_URI>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"CORTEX_BACKENDS": "<your CORTEX_BACKENDS>",
"CORTEX_TECHNICAL_TOKEN": "<your CORTEX_TECHNICAL_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cortex-gateway": {
"serverUrl": "https://mcp.cortex-gateway.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cortex-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "<your CORTEX_CANONICAL_URI>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"CORTEX_BACKENDS": "<your CORTEX_BACKENDS>",
"CORTEX_TECHNICAL_TOKEN": "<your CORTEX_TECHNICAL_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cortex-gateway": {
"url": "https://mcp.cortex-gateway.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cortex-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wellknownmcp/cortex-gateway:v0.1.0"
],
"env": {
"CORTEX_CANONICAL_URI": "<your CORTEX_CANONICAL_URI>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"CORTEX_BACKENDS": "<your CORTEX_BACKENDS>",
"CORTEX_TECHNICAL_TOKEN": "<your CORTEX_TECHNICAL_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wellknownmcp%2Fcortex-gateway)<a href="https://mcptoplist.com/server/io.github.wellknownmcp%2Fcortex-gateway"><img src="https://mcptoplist.com/badge/io.github.wellknownmcp%2Fcortex-gateway.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wellknownmcp
Other servers by wellknownmcp
- AgentHill#21,865 · 1 ver
- Hoshin Kanri X-Matrix#23,424 · 2 vers
- IA-Asso.fr — French Associations Registry#55,242 · 1 ver
- Animam Agent Platform#62,498 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 20, 2026 |
| 0.1.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Cortex Gateway?
- Cortex Gateway is maintained by wellknownmcp, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Cortex Gateway listed on the Official MCP Registry?
- Yes — Cortex Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cortex Gateway have?
- MCP Toplist tracks 2 versions of Cortex Gateway, most recently published on Jul 20, 2026.
- Where can I find the source code for Cortex Gateway?
- The source code for Cortex Gateway is hosted at github.com/wellknownmcp/cortex-gateway.