kong

kong

Kong is a high-performance, scalable API and AI gateway.

MCPDevOpen sourceAPI GatewayAI GatewayKubernetesLLMMCP
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 43.7k
Source
mcp-github

Overview

Kong or Kong Gateway is a cloud-native, platform-agnostic, and extensible API and AI gateway renowned for its high performance and extensibility through plugins. It offers advanced AI traffic capabilities, including support for multiple LLMs, semantic security, MCP traffic security, and analytics. Kong can serve as a central layer for orchestrating microservices or traditional API traffic, and it supports proxying, routing, load balancing, health checks, authentication, and more. Kong runs natively on Kubernetes and provides an official Kubernetes Ingress Controller. It is ideal for enterprises and developers who need to manage and secure API and AI traffic.

Capabilities

  • API Proxy and Routing
  • Load Balancing
  • Health Checks
  • Multiple Authentication Methods
  • Multi-LLM Support
  • MCP Traffic Governance

Use cases

API Traffic ManagementAI Traffic SecurityMicroservices OrchestrationKubernetes Ingress Control

Setup

Requires: DockerNode 环境
1. Clone the Docker repository and navigate to the compose folder: `git clone https://github.com/Kong/docker-kong && cd docker-kong/compose/` 2. Start the gateway stack: `KONG_DATABASE=postgres docker-compose --profile database up`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Does Kong support Kubernetes?

Yes, Kong provides an official Kubernetes Ingress Controller.

What authentication methods does Kong support?

Supports JWT, basic authentication, OAuth, ACLs, and more.

Related skills