The Kong Konnect MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Kong Konnect's API Gateway. It provides a suite of tools to query analytics data, inspect configuration objects (services, routes, consumers, and plugins), and manage control planes and their groups through natural language conversations. The project is organized with a modular codebase (src with index.ts, api.ts, tools.ts, parameters.ts, prompts.ts, and operations for analytics, configuration, and control planes) to expose MCP-compatible actions. It relies on Kong Konnect API access via environment variables KONNECT_ACCESS_TOKEN and an optional KONNECT_REGION. Available tools are categorized into Analytics Tools (Query API Requests, Get Consumer Requests), Configuration Tools (List Services, List Routes, List Consumers, List Plugins), and Control Planes Tools (List Control Planes, Get Control Plane, List Control Plane Group Memberships, Check Control Plane Group Membership). The MCP server aims to work with Claude and other MCP-compatible assistants for conversational querying and management, though Konnect MCP is described as a work in progress with ongoing improvements in releases.