Skip to content
VS Code

AAI Gateway for VS Code

io.github.gybob/aai-gateway

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

client:VS Code transport:stdio runtime:npm

Install AAI Gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "aai-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aai-gateway"
      ]
    }
  }
}

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

AAI Gateway in other clients