AI-Gateway
AI Gateway is an enterprise-grade gateway for managing AI models, tools, and agents.
AI Gateway powered by Azure API Management provides essential features for building production-ready AI applications, including security, reliability, observability, and cost control. It ensures that developers can innovate without compromising on performance or safety. The gateway supports various functionalities such as OAuth 2.0 for security, load balancing for performance, and built-in logging for observability, making it a comprehensive solution for managing AI services. Additionally, AI Gateway offers extensibility through MCP protocol support, allowing for function calling and multi-model routing. This enables developers to create sophisticated AI applications that can seamlessly integrate multiple models and tools, ensuring a robust and flexible architecture. The hands-on labs available provide step-by-step instructions and templates to facilitate easy deployment and experimentation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai-gateway": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-gateway"
]
}
}
}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.
Permissions