Gateway
Freeby MCP Community
A TypeScript SSE proxy for MCP servers that use stdio transport.
v1.0.56Added Apr 12, 2026
MCPSSEproxy
Gateway MCP Server
A TypeScript SSE proxy for MCP servers that use stdio transport.
Installation
Reviews
Installation
Quick install
npx -y @onyxsecurity/mcp-gateway
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@onyxsecurity/mcp-gateway"]
}
}
}