Kong Gateway: The Cloud-Native API and AI Gateway for Microservices
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Kong Gateway is a high-performance, cloud-native API and AI Gateway, distinguished for its extensibility and multi-LLM support. It provides robust functionality for proxying, routing, load balancing, and authentication, serving as a central layer for orchestrating microservices and AI traffic. With native Kubernetes integration and a rich plugin ecosystem, Kong Gateway is a versatile solution for modern API management.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Kong Gateway, also known simply as Kong, is a powerful cloud-native, platform-agnostic, and scalable API, LLM, and MCP Gateway. It stands out for its high performance and extensive extensibility through a rich plugin architecture. Kong Gateway offers advanced AI traffic capabilities, including multi-LLM support, semantic security, and MCP traffic security and analytics.
By centralizing functionalities like proxying, routing, load balancing, health checking, and authentication, Kong serves as the essential layer for orchestrating microservices, conventional API traffic, and agentic LLM and MCP workflows with ease. It runs natively on Kubernetes, thanks to its official Kubernetes Ingress Controller.
Installation
Getting started with Kong Gateway is straightforward. For a cloud-hosted experience, you can sign up for a free trial of Kong Konnect. If you prefer to run Kong on your own infrastructure, the official installation page provides comprehensive instructions for various distributions, including Docker, Kubernetes, and bare metal.
To quickly test drive Kong using Docker Compose, follow these steps:
$ git clone https://github.com/Kong/docker-kong
$ cd docker-kong/compose/
$ KONG_DATABASE=postgres docker-compose --profile database up
The Gateway will be available on localhost at ports 8000 (traffic), 8001 (Admin API), and 8002 (Kong Manager UI).
Examples
Once installed, you can quickly test Kong Gateway's capabilities. A common first step is to configure a service and add authentication in under 5 minutes. This demonstrates how Kong centralizes API management tasks.
For those interested in its AI capabilities, the official AI documentation provides guides on getting started with Kong AI Gateway features, including LLM and MCP functionalities.
Why Use Kong Gateway?
Kong Gateway centralizes common API, AI, and MCP functionalities across all your organization's services, allowing engineering teams to focus on core business challenges. Key features include:
- Advanced Traffic Management: Sophisticated routing, load balancing, and health checking, configurable via a RESTful Admin API or declarative configuration.
- Security & Authentication: Robust authentication and authorization for APIs using methods like JWT, basic auth, OAuth, and ACLs.
- Universal LLM API: Route traffic across multiple LLM providers such as OpenAI, Anthropic, GCP Gemini, AWS Bedrock, Azure AI, Databricks, Mistral, and Huggingface.
- MCP Governance: Comprehensive MCP traffic governance, security, observability, and autogeneration from any RESTful API.
- Extensive AI Features: Over 60 AI features, including AI observability, semantic security and caching, and semantic routing.
- Flexible Connectivity: Proxy, SSL/TLS termination, and connectivity support for both L4 and L7 traffic.
- Rich Plugin Ecosystem: A vast array of plugins for traffic controls, rate limiting, request/response transformations, logging, and monitoring, with a dedicated Plugin Hub and development kit.
- Modern Deployment Models: Supports advanced deployment strategies like Declarative Databaseless Deployment and Hybrid Deployment (control plane/data plane separation) without vendor lock-in.
- Kubernetes Native: Seamless integration with Kubernetes through its native Ingress Controller.
Links
- GitHub Repository: https://github.com/Kong/kong
- Official Website: https://konghq.com/
- Documentation: https://docs.konghq.com
- Discussions: https://github.com/Kong/kong/discussions
- Community Forum: https://discuss.konghq.com
- AI Gateway: https://konghq.com/products/kong-ai-gateway
- Community Slack: http://kongcommunity.slack.com/
- X (Twitter): https://x.com/thekonginc
- YouTube Channel: https://www.youtube.com/c/KongInc/videos
Related repositories
Similar repositories that may be relevant next.

mcpo: A Simple, Secure MCP-to-OpenAPI Proxy Server
March 4, 2026
mcpo is a dead-simple proxy server that transforms any Model Context Protocol (MCP) tool into an OpenAPI-compatible HTTP server. This allows seamless integration of MCP tools with LLM agents and applications that expect standard RESTful OpenAPI interfaces, eliminating the need for custom protocols or complex glue code. It enhances security, stability, and interoperability for AI tools, making them instantly usable with modern web standards.

Zappa: Effortless Serverless Python Web Apps on AWS Lambda
November 5, 2025
Zappa simplifies deploying Python web applications, including Django and Flask, to AWS Lambda and API Gateway. It enables serverless architectures with benefits like infinite scaling, zero downtime, and significantly reduced costs. Developers can get their Python apps live with just a few commands, leveraging the power of AWS serverless infrastructure.
Source repository
Open the original repository on GitHub.