Gateway
Bridges Model Context Protocol (MCP) stdio to HTTP SSE, facilitating communication between clients and servers.
About
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
- Facilitates independent development of SSE servers.
- Bridges MCP stdio to HTTP SSE.
- Includes example server and client implementations.
- Supports connecting Claude Desktop to remote servers.
- 80 GitHub stars
Use Cases
- Developing and testing MCP-compatible applications.
- Connecting Claude Desktop to remote MCP servers.
- Implementing a gateway between stdio-based MCP clients and HTTP SSE servers.