mcp-gateway
A gateway that translates MCP traffic between Claude Desktop’s stdio-based MCP client and HTTP/SSE-based MCP servers by accepting stdio requests, forwarding them to an SSE MCP server, and converting the responses back to the stdio MCP format.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses an HTTPS default upstream URL (suggesting transport security is available), but the README does not describe authentication/authorization, scope control, or how sensitive data is logged/handled. No explicit secret-handling guidance is provided. Dependency inventory is minimal from manifest (not enough to assess CVE status from provided data).
⚡ Reliability
Best When
You control your local Claude Desktop setup and need a lightweight protocol translator to reach an MCP SSE endpoint.
Avoid When
You need well-documented security controls, rate-limiting behavior, or strong reliability semantics (retry/idempotency guidance) from the gateway itself.
Use Cases
- • Connect Claude Desktop to existing HTTP/SSE MCP servers without rewriting the servers
- • Bridge protocol compatibility when an MCP ecosystem uses mixed transport types (stdio vs HTTP/SSE)
- • Quickly test or integrate MCP services behind an SSE transport into Claude Desktop
Not For
- • A general-purpose public API gateway for arbitrary HTTP services
- • Use cases requiring strong built-in authentication/authorization between gateway and upstream MCP server (not described)
- • Production environments needing documented operational guarantees (SLA/retries/idempotency) from this project
Interface
Authentication
The README describes selecting the upstream MCP server URL but does not document any authentication mechanism (API keys, OAuth, bearer tokens) between the gateway and the upstream SSE MCP server.
Pricing
No pricing information is provided for the gateway itself; however the upstream MCP server (default MCP Hub) could have its own usage costs/limits not described here.
Agent Metadata
Known Gotchas
- ⚠ Gateway behavior depends on MCP_SERVER_URL/upstream server capabilities; mismatches between expected tool schema/transport behavior may surface as runtime failures.
- ⚠ The gateway is installed globally and then invoked via a local node command path in Claude Desktop config, which can be brittle across environments/paths.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-gateway.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.