Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry 🚀
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-gateway": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/AI-Gateway"
]
}
}
}
Run in terminal:
claude mcp add ai-gateway npx -y Azure-Samples/AI-Gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-gateway": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/AI-Gateway"
]
}
}
}