Skip to content
Zed

AAI Gateway for Zed

io.github.gybob/aai-gateway

Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings

client:Zed transport:stdio runtime:npm

Install AAI Gateway in Zed

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

{
  "context_servers": {
    "aai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "aai-gateway"
      ]
    }
  }
}

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

AAI Gateway in other clients