Skip to main content
Glama
Mhdd-24

@mhdd_24/ai-gateway-mcp

by Mhdd-24

@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 tools

Related 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-mcp

Option B — npx

npx @mhdd_24/ai-gateway-mcp

Option 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.js

Configure 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

AI_GATEWAY_URL

Gateway URL

AI_GATEWAY_TOKEN

Token


Tools

Tool

Description

aigw_status

Show manage multiple llm providers configuration / health.

aigw_list

List manage multiple llm providers entities.

aigw_inspect

Inspect a manage multiple llm providers artifact.

aigw_compare

Compare two manage multiple llm providers items.


License

ISC

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    3
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables 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.
    66
    10
    -