DevelopmentPython

airis-mcp-gateway

Docker-based MCP multiplexer that aggregates 60+ tools behind 7 meta-tools for 97% token reduction, with lazy server loading, idle-kill, circuit breaker, and API key auth.

Free
N/A rating (0 reviews)0 installs144 GitHub stars

Docker-based MCP multiplexer that aggregates 60+ tools behind 7 meta-tools for 97% token reduction, with lazy server loading, idle-kill, circuit breaker, and API key auth.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "airis-mcp-gateway": {
      "args": [
        "mcp-server-airis-mcp-gateway"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.