Skip to content
Zed

cortex gateway for Zed

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:Zed transport:streamable-http runtime:oci

Install cortex gateway in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cortex-gateway": {
      "url": "https://mcp.cortex-gateway.dev/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cortex gateway in other clients