Gateway
Bridges stdio-based Model Context Protocol (MCP) implementations with HTTP/SSE-based MCP servers.
概要
This gateway solves the protocol compatibility gap between Claude Desktop, which currently only supports stdio-based MCP servers, and many MCP servers that use HTTP with Server-Sent Events (SSE) transport. It acts as a protocol translator, accepting stdio input from Claude Desktop, converting and forwarding requests to HTTP/SSE MCP servers, and converting SSE responses back to stdio format for Claude Desktop, enabling seamless communication.
主な機能
- Configurable MCP server URL
- Translates between stdio and HTTP/SSE protocols
- Allows Claude Desktop to communicate with HTTP/SSE MCP servers
- Simple installation via npm
- 115 GitHub stars
ユースケース
- Connecting Claude Desktop to remote MCP servers
- Bridging protocol differences between local and remote MCP implementations
- Integrating Claude Desktop with HTTP/SSE-based AI models