kong
🦍 The API and AI Gateway
claude mcp add --transport stdio kong-kong docker run -i kong
How to use
Kong Gateway serves as a powerful API and MCP Gateway that allows users to manage and route API traffic efficiently. With its extensive plugin system, Kong can be customized to meet various needs, including authentication, traffic management, and observability. Users can interact with Kong through its Admin API or the Kong Manager Web UI, which provides a user-friendly interface for configuration and monitoring. The server supports advanced functionalities such as load balancing, health checks, and multi-LLM routing, making it suitable for complex microservices architectures.
How to install
To install Kong, you need to have Docker and Docker Compose installed on your machine. Follow these steps:
-
Clone the Docker repository:
git clone https://github.com/Kong/docker-kong cd docker-kong/compose/ -
Start the Gateway stack using Docker Compose:
KONG_DATABASE=postgres docker-compose --profile database up -
Access the Gateway on localhost at ports 8000 (service traffic), 8001 (Admin API), and 8002 (Kong Manager).
Additional notes
Ensure that Docker is running before executing the commands. If you encounter issues, check the Docker logs for any errors. You can customize the configuration by modifying the docker-compose.yml file. Environment variables like KONG_DATABASE can be adjusted based on your setup. For more advanced configurations, refer to the official Kong documentation.
Related MCP Servers
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
mcp-context-forge
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
agentgateway
Next Generation Agentic Proxy for AI Agents and MCP servers
kubectl
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip install kubectl-mcp-server
mcp-for-argocd
An implementation of Model Context Protocol (MCP) server for Argo CD.
k8s
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments