Skip to content

Commit ef939d7

Browse files
committed
Add Kong Konnect MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit ef939d7

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

servers/com.kong-mcp.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.kong-mcp",
4+
"name": "Kong Konnect",
5+
"alias": "kong",
6+
"description": "Official remote MCP server for Kong Konnect. Query and manage your API platform, debug performance, and search Konnect documentation via search, get_schema, and execute tools covering the full GA Konnect product. Connect to the regional endpoint matching your Konnect region.",
7+
"logo": "https://avatars.githubusercontent.com/u/962416?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"cloud"
12+
],
13+
"tags": [
14+
"kong",
15+
"konnect",
16+
"api-gateway",
17+
"api-management",
18+
"remote"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://us.mcp.konghq.com/",
23+
"headers": {
24+
"Authorization": "Bearer ${input:KONNECT_TOKEN}"
25+
},
26+
"metadata": {
27+
"inputs": [
28+
{
29+
"id": "KONNECT_TOKEN",
30+
"label": "Konnect Personal Access Token",
31+
"description": "Konnect personal access token (PAT) used to authenticate to the Kong Konnect MCP server. A system account access token (SPAT) also works for automated workflows. The US regional endpoint is preconfigured; connect to the endpoint matching the region where your Konnect resources are deployed (us / eu / au / in).",
32+
"type": "text",
33+
"required": true,
34+
"secret": true,
35+
"placeholder": "kpat_********************************",
36+
"obtain": {
37+
"url": "https://cloud.konghq.com/global/account/tokens",
38+
"instructions": "1. Sign in to Kong Konnect (cloud.konghq.com)\n2. Open your account's Personal Access Tokens page\n3. Generate a new token and copy it (you will not see it again)\n4. Paste it here",
39+
"button_label": "Create Personal Access Token"
40+
}
41+
}
42+
]
43+
}
44+
},
45+
"auth": {
46+
"type": "api_key",
47+
"instructions": "Create a Konnect personal access token (PAT) at https://cloud.konghq.com/global/account/tokens and provide it as a Bearer token. A system account access token (SPAT) can be used for automated workflows."
48+
},
49+
"contributor": {
50+
"name": "Kong",
51+
"github": "Kong",
52+
"url": "https://konghq.com"
53+
},
54+
"links": {
55+
"repository": "https://github.com/Kong/mcp-konnect",
56+
"homepage": "https://konghq.com/products/kong-konnect/agents",
57+
"documentation": "https://developer.konghq.com/konnect-platform/konnect-mcp/"
58+
},
59+
"platforms": [
60+
"all"
61+
],
62+
"capabilities": {
63+
"tools": true,
64+
"resources": false,
65+
"prompts": false,
66+
"read_only_mode": false
67+
}
68+
}

0 commit comments

Comments
 (0)