Skip to content

Ai Gateway

Free

by MCP Community

Unified AI provider abstraction layer with multi-provider support and MCP tool integration.

v1.15.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Ai Gateway MCP Server

Unified AI provider abstraction layer with multi-provider support and MCP tool integration.

Installation

npx -y @auto-engineer/ai-gateway

Reviews

Leave a Review

Installation

Quick install
npx -y @auto-engineer/ai-gateway
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ai-gateway": {
      "command": "npx",
      "args": ["-y", "@auto-engineer/ai-gateway"]
    }
  }
}