Skip to content

Commit 9de8a85

Browse files
committed
fix: convert Honeycomb to hosted MCP server (self-hosted deprecated, old npx pkg was unofficial)
1 parent f23ad40 commit 9de8a85

1 file changed

Lines changed: 15 additions & 42 deletions

File tree

servers/com.honeycomb-mcp.json

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,39 @@
33
"id": "com.honeycomb-mcp",
44
"name": "Honeycomb",
55
"alias": "honeycomb",
6-
"description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs.",
6+
"description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs via Honeycomb's hosted MCP server.",
77
"icon": "https://avatars.githubusercontent.com/u/15988027?v=4",
88
"schema_version": "2.1",
9-
"categories": [
10-
"developer-tools"
11-
],
12-
"tags": [
13-
"honeycomb",
14-
"observability",
15-
"traces",
16-
"monitoring",
17-
"apm",
18-
"slo"
19-
],
9+
"categories": ["monitoring", "developer-tools"],
10+
"tags": ["honeycomb", "observability", "traces", "monitoring", "apm", "slo"],
11+
2012
"transport": {
21-
"type": "stdio",
22-
"command": "npx",
23-
"args": [
24-
"-y",
25-
"honeycomb-mcp"
26-
],
27-
"env": {
28-
"HONEYCOMB_API_KEY": "${input:HONEYCOMB_API_KEY}"
29-
},
13+
"type": "http",
14+
"url": "https://mcp.honeycomb.io/mcp",
3015
"metadata": {
31-
"inputs": [
32-
{
33-
"id": "HONEYCOMB_API_KEY",
34-
"label": "Honeycomb API Key",
35-
"description": "API key for the Honeycomb platform.",
36-
"type": "text",
37-
"required": true,
38-
"secret": true,
39-
"placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
40-
"obtain": {
41-
"url": "https://docs.honeycomb.io/configure/environments/manage-api-keys/",
42-
"instructions": "1. Log in to your Honeycomb account\n2. Click on your environment name in the top-left\n3. Go to Manage Environments\n4. Select your environment\n5. Find your API Key in the API Keys section",
43-
"button_label": "View Docs"
44-
}
45-
}
46-
]
16+
"inputs": []
4717
}
4818
},
19+
4920
"auth": {
50-
"type": "api_key",
51-
"instructions": "Get your API key from https://ui.honeycomb.io/account"
21+
"type": "oauth",
22+
"instructions": "Connect via OAuth when prompted by your MCP client. You will be redirected to Honeycomb to authorize access. Requires Honeycomb Intelligence enrollment."
5223
},
24+
5325
"contributor": {
5426
"name": "Honeycomb",
5527
"github": "honeycombio",
5628
"url": "https://www.honeycomb.io"
5729
},
30+
5831
"links": {
5932
"repository": "https://github.com/honeycombio/honeycomb-mcp",
6033
"homepage": "https://www.honeycomb.io",
6134
"documentation": "https://docs.honeycomb.io/integrations/mcp/"
6235
},
63-
"platforms": [
64-
"all"
65-
],
36+
37+
"platforms": ["all"],
38+
6639
"capabilities": {
6740
"tools": true,
6841
"resources": false,

0 commit comments

Comments
 (0)