Kong/kong
Kong Gateway is a cloud-native, scalable API gateway that manages API, AI LLM, and Model Context Protocol (MCP) traffic with advanced security, observability, and extensibility features.
The mcp-proxy project is a proxy server tool designed to facilitate communication between Model Context Protocol (MCP) servers by bridging different transport protocols, specifically stdio and Server-Sent Events (SSE) or Streamable HTTP. This tool enhances interoperability within the MCP ecosystem by enabling clients and servers that use different communication protocols to interact seamlessly. The project supports two primary modes of operation: stdio to SSE/StreamableHTTP and SSE to stdio. In the stdio to SSE mode, mcp-proxy acts as a proxy server that connects a client using stdio (such as Claude Desktop) to a remote MCP server that communicates over SSE or Streamable HTTP. This allows clients that do not natively support SSE to communicate with MCP servers that use this protocol. Configuration involves specifying the MCP server's SSE endpoint URL and optionally setting headers and transport protocol preferences. In the SSE to stdio mode, mcp-proxy exposes an SSE server that connects to a local stdio server. This setup allows remote clients to connect to a local MCP server that uses stdio by translating SSE requests to stdio commands. The proxy listens on a specified port and can be configured with various options such as host IP, environment variables, working directory, CORS settings, and named servers. The project provides detailed configuration options, example usage scenarios, and supports installation via multiple methods including PyPI, GitHub, and containerized environments. It also includes features for extending container images and setting up with Docker Compose. The tool is particularly useful for developers and users within the MCP ecosystem who need to bridge communication between different MCP servers or clients using incompatible transport protocols. Overall, mcp-proxy is a specialized utility that addresses the challenge of protocol interoperability in the MCP environment, enabling smoother integration and communication between diverse MCP components.
https://github.com/sparfenyuk/mcp-proxy
Kong Gateway is a cloud-native, scalable API gateway that manages API, AI LLM, and Model Context Protocol (MCP) traffic with advanced security, observability, and extensibility features.
Higress is a cloud-native AI native API gateway by Alibaba that supports hosting Model Context Protocol (MCP) servers, enabling unified management of AI and LLM APIs with extensible Wasm plugins and enterprise-grade features.
IBM/mcp-context-forge is a production-grade MCP Gateway that unifies and manages MCP and REST services, providing a secure, scalable, and feature-rich interface for AI clients.
mcpo is a secure and simple proxy server that exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers, enabling seamless integration with LLM agents and applications.
MetaMCP is a proxy server that aggregates multiple MCP servers into a unified MCP server endpoint, applies middleware, and hosts these endpoints for seamless integration with MCP clients.
MCPHub is a unified management platform that aggregates multiple Model Context Protocol (MCP) servers into streamable HTTP endpoints, providing centralized control, real-time monitoring, secure access, and intelligent tool discovery for efficient AI tool integration.
MCP Gateway is a lightweight, configuration-driven gateway service that converts existing APIs into MCP protocol-compliant endpoints without code changes, supporting Docker and Kubernetes deployments with a built-in management UI.
MCPJungle is a self-hosted MCP server registry and gateway that centralizes the management and discovery of MCP servers and tools for AI agents and organizations.