@mhdd_24/ai-gateway-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@mhdd_24/ai-gateway-mcpcheck the status of all connected LLM providers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mhdd_24/ai-gateway-mcp
MCP server for Manage multiple LLM providers.
Same architecture as @mhdd_24/sublime-mcp.
Full documentation: docs/WIKI.md
How it works (30 seconds)
You (chat) → MCP client → ai-gateway-mcp → AI Gateway APIs / CLIs / local toolsRelated MCP server: GoClaw MCP Server
Prerequisites
Requirement | Notes |
Node.js 18+ | ESM TypeScript MCP server |
Credentials / CLIs | See environment variables below |
Install
Option A — npm (after publish)
npm install -g @mhdd_24/ai-gateway-mcpOption B — npx
npx @mhdd_24/ai-gateway-mcpOption C — clone and build
git clone https://github.com/Mhdd-24/AI-Gateway-MCP.git
cd AI-Gateway-MCP
npm install
npm run build
node dist/index.jsConfigure Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"aigw": {
"command": "npx",
"args": ["-y", "@mhdd_24/ai-gateway-mcp"],
"env": {
"AI_GATEWAY_URL": "...",
"AI_GATEWAY_TOKEN": "..."
}
}
}
}Local development:
{
"command": "node",
"args": ["/absolute/path/to/AI-Gateway-MCP/dist/index.js"]
}Environment variables
Variable | Description |
| Gateway URL |
| Token |
Tools
Tool | Description |
| Show manage multiple llm providers configuration / health. |
| List manage multiple llm providers entities. |
| Inspect a manage multiple llm providers artifact. |
| Compare two manage multiple llm providers items. |
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Manage portable AI agent playbooks, Agent Skills, MCP configurations, personas, and memory.
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Azure AI Foundry services through a unified interface for model exploration and deployment, knowledge indexing and search, AI evaluation, and fine-tuning operations. Supports both GitHub token-based model testing and full Azure deployment workflows.3MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to manage GoClaw AI gateway infrastructure through a comprehensive suite of 66 tools for managing agents, sessions, and configurations. It provides real-time gateway context and guided workflows with enterprise-grade security features like audit logging and secret scrubbing.6610-
- FlicenseNot gradedqualityDmaintenanceEnables querying and managing AI logs through tools like listing logs, retrieving jobs, and performing AI-powered chat queries. Also provides access to gateway security reports and guardrail testing.-
- AlicenseNot gradedqualityAmaintenanceUnified AI gateway that aggregates MCP tools from multiple servers and routes LLM requests with provider combos and fallback, all managed through a web UI.1MIT