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.
NCP, the Natural Context Provider, aggregates MCP servers and solves a problem that grows with the number installed: every tool definition occupies context, and a client presented with hundreds of tools both wastes tokens and chooses worse. NCP exposes itself as a single MCP server and indexes the tools of every configured backend with vector search, so a request retrieves the handful of relevant tools instead of the whole catalogue — described in the README as smart loading, and the reason it claims token and energy savings. Tools are loaded on demand rather than all at connect time. It also supports running tools on a schedule, which turns it from a proxy into something that can perform recurring work without a client attached. It acts as both an MCP server and an MCP client, which is what an aggregator must be, and is documented against Claude Desktop, Gemini and OpenAI clients. Distribution is npm as @portel/ncp plus .dxt desktop-extension releases, and it is registered as io.github.portel-dev/ncp. The licence is Elastic 2.0 rather than a standard open-source licence, which is worth checking before commercial deployment. The audience is people with many MCP servers configured who are hitting context limits or noticing degraded tool selection.
https://github.com/portel-dev/ncp
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.