
aai-gateway
by gybob·★ 104·Score 47
AAI Gateway provides unified management of MCP servers and skills across multiple AI agents with 99% context token savings.
Overview
AAI Gateway serves as an interaction gateway for Agent Apps, abstracting MCP servers and skill packages under unified management. It solves context bloat by reducing tool schema overhead from ~7,500 tokens to fewer than 50 tokens per conversation, with details loaded on demand. The gateway enables automatic discovery and installation of tools through natural language commands, eliminating the need for manual configuration across different AI agents.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose AAI Gateway when you need to manage multiple MCP servers across different AI agents and want to reduce context overhead significantly.
When NOT to choose this
Not ideal if you need fine-grained control over individual MCP configurations or are working with an AI agent not yet supported by AAI Gateway.
Tools this server exposes
8 tools extracted from the READMEsearch:discoverSearch and install new tools with natural language
mcp:importImport an MCP Server as an Agent App
skill:importImport a Skill package as an Agent App
listAllAaiAppsList all registered Agent Apps
enableAppEnable an Agent App per Agent
disableAppDisable an Agent App per Agent
removeAppRemove an Agent App
aai:execExecute a specific tool within an Agent App
Comparable tools
Installation
Installation
**Claude Code:**
claude mcp add --scope user --transport stdio aai-gateway -- npx -y aai-gateway**Codex:**
codex mcp add aai-gateway -- npx -y aai-gateway**OpenCode** — add to ~/.config/opencode/opencode.json:
{
"mcp": {
"aai-gateway": {
"type": "local",
"command": ["npx", "-y", "aai-gateway"],
"enabled": true
}
}
}**OpenClaw:**
openclaw plugins install openclaw-aai-gateway-pluginFAQ
- How does AAI Gateway reduce context overhead?
- It reduces tool schema overhead from ~7,500 tokens to fewer than 50 tokens per conversation, with details loaded on demand.
- What Agent Apps are supported?
- AAI Gateway supports MCP Servers and Skill packages, which are abstracted as Agent Apps under unified management.
Compare aai-gateway with
Last updated · Auto-generated from public README + GitHub signals.