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.
Nacos MCP Router is an MCP server that acts as a directory and proxy in front of other MCP servers. It builds on Nacos, the dynamic service discovery and configuration platform, and has two working modes. In the default router mode it recommends, distributes, installs and proxies other MCP servers on behalf of the calling assistant. Three tools implement that flow. search_mcp_server takes a task description and keywords and returns candidate MCP servers together with instructions for completing the task. add_mcp_server takes a server name, installs it when it is a stdio server, establishes the connection, and returns the tool list of that server with usage notes. use_tool forwards a call to a named tool on a named target server with a parameter map and returns whatever the target replies, so the client sees one stable entry point instead of many separate server connections. Search is served by pluggable providers. The Nacos provider queries the local Nacos instance with keyword matching and vector similarity search, while the Compass provider calls an external COMPASS API endpoint, by default the mcphub registry, for semantic search with relevance scoring. Environment variables tune the search: COMPASS_API_BASE selects the endpoint, SEARCH_MIN_SIMILARITY sets the minimum score, and SEARCH_RESULT_LIMIT caps the number of results. The second mode, enabled with MODE=proxy, converts SSE and stdio MCP servers into streamable HTTP servers through configuration alone. The router is distributed on PyPI and npm and as a Docker image, and can be launched with uvx, pip, python -m nacos_mcp_router or docker run. Connection to Nacos is configured through NACOS_ADDR, NACOS_USERNAME, NACOS_PASSWORD and NACOS_NAMESPACE, with the password required. Configuration snippets are provided for Cline, Cursor and Claude.
https://github.com/nacos-group/nacos-mcp-router
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.