Get the FREE Ultimate OpenClaw Setup Guide →

kong

🦍 The API and AI Gateway

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. Clone the Docker repository:

    git clone https://github.com/Kong/docker-kong
    cd docker-kong/compose/
    
  2. Start the Gateway stack using Docker Compose:

    KONG_DATABASE=postgres docker-compose --profile database up
    
  3. 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

Sponsor this space

Reach thousands of developers