MCP Catalogs
Homeaai-gateway screenshot

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.

developer-toolsai-llmproductivity
5
Forks
4
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Browser automation by searching for and installing Playwright MCP
you:PPT creation by importing PPT skill packages
you:Code development assistance through unified management of coding tools
you:How does AAI Gateway reduce context overhead?
you:What Agent Apps are supported?

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 README
  • 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

Comparable tools

mcp-server-managerunified-agent-toolstool-registry

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

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.