Proxy
Proxies Model Context Protocol (MCP) servers that use stdio transport via a TypeScript SSE proxy.
Acerca de
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.
Características Principales
- Includes a Node.js SDK for creating proxies
- Provides utilities for transport tapping and event logging
- SSE proxy for MCP servers using stdio transport
- CORS enabled by default
- Supports command-line usage for quickstart
- 66 GitHub stars
Casos de Uso
- Enabling SSE for FastMCP
- Logging and monitoring events within a transport
- Creating a proxy between a server and a client for MCP communication