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 Gateway is a plugin-based gateway designed to orchestrate multiple Model Context Protocol (MCP) servers, providing centralized management, security guardrails, and a unified interface for AI infrastructure. It acts as an intermediary between large language models (LLMs) and MCP servers, reading server configurations from a mcp.json file, managing the lifecycle of MCP servers, intercepting requests and responses to sanitize sensitive information, and offering a unified interface for discovering and interacting with all proxied MCPs. The gateway supports various plugins that enhance security and functionality, including basic token masking, PII masking with Presidio, and advanced AI safety guardrails with Lasso Security. It supports installation via Python and Docker, with configuration examples provided for different MCP servers like Cursor and Claude. The gateway automatically masks sensitive tokens in responses to prevent credential exposure while maintaining functionality. It provides tools such as get_metadata for information about proxied MCPs and run_tool for executing capabilities from any proxied MCP after sanitization. The plugin system is extensible, allowing users to create and contribute their own plugins. Guardrail plugins include basic masking of common secrets, Presidio for identification and anonymization of sensitive data like credit cards and emails, and Lasso for comprehensive security policies including prompt injection and harmful content detection. The project is aimed at enhancing the security, manageability, and usability of AI infrastructure by centralizing control over multiple MCP servers and enforcing security policies through plugins.
https://github.com/lasso-security/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.