Proxies Model Context Protocol (MCP) servers that use stdio transport via a TypeScript SSE proxy.
Sponsored
Enables Server-Sent Events (SSE) for MCP servers utilizing stdio transport. It facilitates communication between a server and a client by setting up a proxy, allowing for request forwarding in both directions. The tool also includes utilities for starting an SSE server, tapping into transports, and logging events, simplifying the integration of SSE functionality into MCP server setups.
主な機能
01Includes a Node.js SDK for creating proxies
02Provides utilities for transport tapping and event logging
03SSE proxy for MCP servers using stdio transport
04CORS enabled by default
05Supports command-line usage for quickstart
0666 GitHub stars
ユースケース
01Enabling SSE for FastMCP
02Logging and monitoring events within a transport
03Creating a proxy between a server and a client for MCP communication