Skip to content

Gateway

Free

by MCP Community

A TypeScript SSE proxy for MCP servers that use stdio transport.

v1.0.56Added Apr 12, 2026
MCPSSEproxy
Works with:ClaudeGPTGeminiCopilot

Gateway MCP Server

A TypeScript SSE proxy for MCP servers that use stdio transport.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @onyxsecurity/mcp-gateway
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gateway": {
      "command": "npx",
      "args": ["-y", "@onyxsecurity/mcp-gateway"]
    }
  }
}