Description

MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware routing and lifecycle management.

Installation

npx -y microsoft-mcp-gateway
npm install microsoft-mcp-gateway
git clone https://github.com/microsoft/mcp-gateway

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "microsoft-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft-mcp-gateway"
      ]
    }
  }
}