
aai-gateway
by gybob·★ 104·综合分 47
AAI Gateway 提供统一管理 MCP 服务器和技能的能力,可跨多个 AI 代理使用,减少 99% 的上下文标记消耗。
概述
AAI Gateway 作为 Agent App 的交互网关,将 MCP 服务器和技能包统一抽象管理。通过减少工具模式开销从约 7,500 个标记到每次对话少于 50 个标记,并按需加载详细信息,解决了上下文膨胀问题。该网关允许通过自然语言命令自动发现和安装工具,无需在不同 AI 代理间手动配置。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要管理多个 AI 代理中的多个 MCP 服务器并希望大幅减少上下文开销时,选择 AAI Gateway。
什么时候不要选它
如果你需要对单个 MCP 配置进行精细控制,或使用的 AI 代理尚未被 AAI Gateway 支持,则不适合使用。
此 server 暴露的工具
从 README 抽取出 8 个工具search: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
可对比工具
安装
安装
**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** — 添加到 ~/.config/opencode/opencode.json:
{
"mcp": {
"aai-gateway": {
"type": "local",
"command": ["npx", "-y", "aai-gateway"],
"enabled": true
}
}
}**OpenClaw:**
openclaw plugins install openclaw-aai-gateway-pluginFAQ
- AAI Gateway 如何减少上下文开销?
- 它将工具模式开销从约 7,500 个标记减少到每次对话少于 50 个标记,并按需加载详细信息。
- 支持哪些 Agent App?
- AAI Gateway 支持 MCP 服务器和技能包,它们作为 Agent App 在统一管理下抽象化。
aai-gateway 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。