Odel
AAI Gateway

AAI Gateway

Local
@gybob99TypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaai-gatewayv1.1.10

Run

npx -y aai-gateway

MCP client config

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