Bridges Model Context Protocol (MCP) stdio to HTTP SSE, facilitating communication between clients and servers.
This tool provides a gateway for transporting Model Context Protocol (MCP) messages between stdio and HTTP SSE. It includes an example server and client, enabling developers to build and test MCP-compatible applications. The gateway is particularly useful for connecting Claude Desktop to remote servers when direct connections are not supported, but also supports independent development of SSE servers.
Key Features
01Facilitates independent development of SSE servers.
02Bridges MCP stdio to HTTP SSE.
03Includes example server and client implementations.
04Supports connecting Claude Desktop to remote servers.
0580 GitHub stars
Use Cases
01Developing and testing MCP-compatible applications.
02Connecting Claude Desktop to remote MCP servers.
03Implementing a gateway between stdio-based MCP clients and HTTP SSE servers.