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.
MCP Server Gateway is a specialized protocol translator designed to bridge the communication gap between Claude Desktop and various Model Context Protocol (MCP) servers that use different transport protocols. Claude Desktop currently supports only stdio-based MCP servers, but many MCP servers operate over HTTP with Server-Sent Events (SSE). This gateway service enables Claude Desktop to communicate seamlessly with HTTP/SSE-based MCP servers by converting stdio input from Claude Desktop into HTTP/SSE requests and then translating the SSE responses back into stdio format. This functionality effectively allows Claude Desktop to interact with a broader range of MCP servers without requiring changes to its native protocol support. The gateway is installed globally via npm and requires configuration to specify the path to the gateway script within Claude Desktop's configuration file. It also uses an environment variable to define the MCP server URL it connects to, defaulting to the MCP Hub server that provides access to multiple MCP services. The project includes detailed instructions for installation, configuration on different operating systems (macOS and Windows), and troubleshooting common issues such as path location, Node.js installation verification, and permission errors. This project addresses a critical interoperability challenge in the MCP ecosystem by enabling protocol compatibility between stdio and HTTP/SSE transports. It is particularly useful for users of Claude Desktop who want to leverage MCP servers that do not support stdio but use HTTP/SSE instead. The gateway is open source under the Apache 2.0 License, encourages community contributions, and provides support through GitHub issues. Overall, MCP Server Gateway enhances the flexibility and usability of Claude Desktop by expanding its MCP server compatibility through protocol translation.
https://github.com/lightconetech/mcp-gateway
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.
mcp-proxy is a proxy server tool that enables communication between MCP servers using stdio and SSE transport protocols, facilitating interoperability within the MCP ecosystem.
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.