Proxy
Createdimandra-ai
Facilitates the use of Streamable HTTP transport for Model Context Protocol (MCP) servers by providing a stdio facade.
About
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.
Key Features
- 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.
Use Cases
- 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.