Description

A flexible gateway server that bridges Model Context Protocol STDIO servers to MCP HTTP+SSE and REST API, enabling multi-instance MCP.

Installation

npx -y mcp-gateway-acehoss
npm install mcp-gateway-acehoss
git clone https://github.com/acehoss/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": {
    "mcp-gateway-acehoss": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gateway-acehoss"
      ]
    }
  }
}