Skip to content
VS Code

cortex gateway for VS Code

io.github.wellknownmcp/cortex-gateway

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

client:VS Code transport:streamable-http runtime:oci

Install cortex gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "cortex-gateway": {
      "type": "http",
      "url": "https://mcp.cortex-gateway.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cortex gateway in other clients