Ai Gateway
Freeby MCP Community
Unified AI provider abstraction layer with multi-provider support and MCP tool integration.
v1.15.0Added Apr 12, 2026
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
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"]
}
}
}