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.
Multiverse MCP Server solves a structural limitation: most MCP clients identify a server by name, so running two instances of the same server type against different targets collides. This middleware creates isolated universes, each holding its own instance with its own configuration, filesystem access and function naming, and republishes them through one endpoint with namespaced tool names so the client can tell them apart. The README's examples are the cases where this bites in practice — several mcp-server-mysql instances pointing at different databases, several mcp-server-git instances holding different personal access tokens, several filesystem servers rooted at different paths. Without namespacing, one of those wins and the others are unreachable; with it, an assistant can query the staging and production databases in the same conversation and know which is which. A second feature aimed at developers is automatic restart with file watching: a server registered in development mode is restarted when its source changes, removing the edit-and-restart-the-client cycle. It is written in TypeScript. The audience is people who work across multiple projects or environments with the same set of server types, and developers building MCP servers who want a faster iteration loop.
https://github.com/lamemind/mcp-server-multiverse
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.