Feifei Proxy
Converts MCP services utilizing stdio or SSE transport types into streamable HTTP, enhancing compatibility and accessibility for various applications.
关于
Feifei Proxy is a versatile tool designed to bridge the gap between different MCP (Multi-Modal Communication Protocol) transport types. It primarily functions as a proxy, converting MCP services that utilize stdio or SSE for communication into the more universally compatible streamable HTTP format. This enables developers to integrate existing or legacy MCP services into modern web-based applications or systems that prefer HTTP-based communication, simplifying deployment and expanding the reach of their services without requiring changes to the original MCP implementation.
主要功能
- Offers flexible deployment options, including local setup, Docker, and Docker Compose
- Adheres to official MCP standard implementations
- Proxies stdio and SSE MCP services to streamable HTTP
- Enables concurrent deployment of multiple proxied MCP services via Docker Compose
- 10 GitHub stars
- Supports direct conversion of stdio to SSE for MCP services
使用案例
- Deploying and managing multiple MCP proxy instances simultaneously using Docker Compose for various application needs
- Standardizing communication for diverse MCP services (e.g., web scrapers, data analyzers) by converting them to streamable HTTP
- Integrating non-HTTP based MCP services into web applications or client environments that expect HTTP streams