Proxy
Facilitates the use of Streamable HTTP transport for Model Context Protocol (MCP) servers by providing a stdio facade.
Acerca de
This proxy acts as an intermediary for remote Model Context Protocol (MCP) servers, particularly those using the Streamable HTTP transport. It simplifies client interaction by offering a stdio facade, making it easier for a wider range of clients to access MCP servers. While currently optimized for Imandra Universe MCP servers and their authentication, its design allows for easy generalization to other setups.
Características Principales
- 1 GitHub stars
- Supports Imandra Universe authentication.
- Configurable via environment variables.
- Provides a stdio facade for Streamable HTTP transport.
- Can be easily generalized for other MCP servers.
Casos de Uso
- Enabling clients that only support stdio to interact with Streamable HTTP MCP servers.
- Facilitating local development and testing of MCP servers.
- Simplifying integration with Imandra Universe MCP servers.