MCP Catalogs
首页aai-gateway screenshot

aai-gateway

by gybob·104·综合分 47

AAI Gateway 提供统一管理 MCP 服务器和技能的能力,可跨多个 AI 代理使用,减少 99% 的上下文标记消耗。

developer-toolsai-llmproductivity
5
Forks
4
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

AAI Gateway 作为 Agent App 的交互网关,将 MCP 服务器和技能包统一抽象管理。通过减少工具模式开销从约 7,500 个标记到每次对话少于 50 个标记,并按需加载详细信息,解决了上下文膨胀问题。该网关允许通过自然语言命令自动发现和安装工具,无需在不同 AI 代理间手动配置。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过搜索和安装 Playwright MCP 实现浏览器自动化
:导入 PPT 技能包创建演示文稿
:通过统一管理编程工具实现代码开发辅助
:AAI Gateway 如何减少上下文开销?
:支持哪些 Agent App?

什么时候选它

当你需要管理多个 AI 代理中的多个 MCP 服务器并希望大幅减少上下文开销时,选择 AAI Gateway。

什么时候不要选它

如果你需要对单个 MCP 配置进行精细控制,或使用的 AI 代理尚未被 AAI Gateway 支持,则不适合使用。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • search:discover

    Search and install new tools with natural language

  • mcp:import

    Import an MCP Server as an Agent App

  • skill:import

    Import a Skill package as an Agent App

  • listAllAaiApps

    List all registered Agent Apps

  • enableApp

    Enable an Agent App per Agent

  • disableApp

    Disable an Agent App per Agent

  • removeApp

    Remove an Agent App

  • aai:exec

    Execute a specific tool within an Agent App

可对比工具

mcp-server-managerunified-agent-toolstool-registry

安装

安装

**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-plugin

FAQ

AAI Gateway 如何减少上下文开销?
它将工具模式开销从约 7,500 个标记减少到每次对话少于 50 个标记,并按需加载详细信息。
支持哪些 Agent App?
AAI Gateway 支持 MCP 服务器和技能包,它们作为 Agent App 在统一管理下抽象化。

aai-gateway 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。