Capability
Stdio To Sse Protocol Bridging
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “stdio-to-sse transport bridging for mcp servers”
A TypeScript SSE proxy for MCP servers that use stdio transport.
Unique: Specifically targets the MCP ecosystem's stdio transport gap by implementing a lightweight Node.js proxy that parses JSONRPC frames from child process streams and re-exposes them as HTTP/SSE without requiring server-side modifications or custom protocol handlers.
vs others: Simpler and more MCP-native than generic stdio-to-HTTP proxies (like socat) because it understands JSONRPC framing and MCP semantics, enabling proper message demultiplexing and error handling.