Kong Konnect MCP Server
Kong Konnect MCP Server. That is what the mcp konnect mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server for interacting with Kong Konnect APIs, allowing AI assistants to query and analyze Kong Gateway configurations, traffic, and analytics.
This project provides a Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with Kong Konnect's API Gateway. It offers a set of tools to query analytics data, inspect configuration details, and manage control planes through natural language conversation.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 12 tools. What each one is for:
timeRange — Time range for data retrieval (15M, 1H, 6H, 12H, 24H, 7D)statusCodes — Filter by specific HTTP status codesexcludeStatusCodes — Exclude specific HTTP status codeshttpMethods — Filter by HTTP methodsconsumerIds — Filter by consumer IDsserviceIds — Filter by service IDsrouteIds — Filter by route IDsmaxResults — Maximum number of results to returnMacOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsonPrerequisites — The Prerequisites tool exposed by this serverSetup — The Setup tool exposed by this serverConfiguration is passed through the environment: KONNECT_ACCESS_TOKEN, KONNECT_REGION, CONTROL_PLANE_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Konnect's toolset — timeRange, statusCodes, excludeStatusCodes and 9 more — is a fair guide to whether it matches your workflow. It is maintained by Kong; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| timeRange | Time range for data retrieval (15M, 1H, 6H, 12H, 24H, 7D) |
| statusCodes | Filter by specific HTTP status codes |
| excludeStatusCodes | Exclude specific HTTP status codes |
| httpMethods | Filter by HTTP methods |
| consumerIds | Filter by consumer IDs |
| serviceIds | Filter by service IDs |
| routeIds | Filter by route IDs |
| maxResults | Maximum number of results to return |
| MacOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| KONNECT_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| KONNECT_REGION | Configuration value read at startup. | Optional |
| CONTROL_PLANE_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.