From 041c8ac01761ff6b682bad9d1d238161069c6e7f Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Wed, 11 Feb 2026 14:25:40 +0000 Subject: [PATCH 1/4] Add Honeycomb MCP server definition Official Honeycomb MCP server for observability data. Query traces, manage datasets, and analyze SLOs. Uses honeycomb-mcp npm package. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx --- servers/com.honeycomb-mcp.json | 64 ++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 servers/com.honeycomb-mcp.json diff --git a/servers/com.honeycomb-mcp.json b/servers/com.honeycomb-mcp.json new file mode 100644 index 0000000..0d9e27c --- /dev/null +++ b/servers/com.honeycomb-mcp.json @@ -0,0 +1,64 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.honeycomb-mcp", + "name": "Honeycomb", + "alias": "honeycomb", + "description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs.", + "icon": "https://avatars.githubusercontent.com/u/15988027?v=4", + "schema_version": "2.1", + "categories": ["developer-tools"], + "tags": ["honeycomb", "observability", "traces", "monitoring", "apm", "slo"], + + "transport": { + "type": "stdio", + "command": "npx", + "args": ["-y", "honeycomb-mcp"], + "env": { + "HONEYCOMB_API_KEY": "${input:HONEYCOMB_API_KEY}" + }, + "metadata": { + "inputs": [ + { + "id": "HONEYCOMB_API_KEY", + "label": "Honeycomb API Key", + "description": "API key for the Honeycomb platform.", + "type": "password", + "required": true, + "secret": true, + "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "obtain": { + "url": "https://ui.honeycomb.io/account", + "instructions": "1. Go to ui.honeycomb.io > Account\n2. Navigate to API Keys\n3. Create or copy an existing key", + "button_label": "Get API Key" + } + } + ] + } + }, + + "auth": { + "type": "api_key", + "instructions": "Get your API key from https://ui.honeycomb.io/account" + }, + + "contributor": { + "name": "Honeycomb", + "github": "honeycombio", + "url": "https://www.honeycomb.io" + }, + + "links": { + "repository": "https://github.com/honeycombio/honeycomb-mcp", + "homepage": "https://www.honeycomb.io", + "documentation": "https://docs.honeycomb.io/integrations/mcp/" + }, + + "platforms": ["all"], + + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From 192e2f06b1ad307ea697dcd4c42cb9bd6384a3f3 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 19 Feb 2026 19:09:18 +0800 Subject: [PATCH 2/4] fix: update server definition (input type 'password' -> 'text' for HONEYCOMB_API_KEY) --- servers/com.honeycomb-mcp.json | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/servers/com.honeycomb-mcp.json b/servers/com.honeycomb-mcp.json index 0d9e27c..c97dc7c 100644 --- a/servers/com.honeycomb-mcp.json +++ b/servers/com.honeycomb-mcp.json @@ -6,13 +6,24 @@ "description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs.", "icon": "https://avatars.githubusercontent.com/u/15988027?v=4", "schema_version": "2.1", - "categories": ["developer-tools"], - "tags": ["honeycomb", "observability", "traces", "monitoring", "apm", "slo"], - + "categories": [ + "developer-tools" + ], + "tags": [ + "honeycomb", + "observability", + "traces", + "monitoring", + "apm", + "slo" + ], "transport": { "type": "stdio", "command": "npx", - "args": ["-y", "honeycomb-mcp"], + "args": [ + "-y", + "honeycomb-mcp" + ], "env": { "HONEYCOMB_API_KEY": "${input:HONEYCOMB_API_KEY}" }, @@ -22,7 +33,7 @@ "id": "HONEYCOMB_API_KEY", "label": "Honeycomb API Key", "description": "API key for the Honeycomb platform.", - "type": "password", + "type": "text", "required": true, "secret": true, "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", @@ -35,26 +46,23 @@ ] } }, - "auth": { "type": "api_key", "instructions": "Get your API key from https://ui.honeycomb.io/account" }, - "contributor": { "name": "Honeycomb", "github": "honeycombio", "url": "https://www.honeycomb.io" }, - "links": { "repository": "https://github.com/honeycombio/honeycomb-mcp", "homepage": "https://www.honeycomb.io", "documentation": "https://docs.honeycomb.io/integrations/mcp/" }, - - "platforms": ["all"], - + "platforms": [ + "all" + ], "capabilities": { "tools": true, "resources": false, From f23ad401e2d93c0888e9dd7ef7a2868b504fa53b Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 19 Feb 2026 19:20:47 +0800 Subject: [PATCH 3/4] fix: update Honeycomb API key obtain URL --- servers/com.honeycomb-mcp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/com.honeycomb-mcp.json b/servers/com.honeycomb-mcp.json index c97dc7c..da343a8 100644 --- a/servers/com.honeycomb-mcp.json +++ b/servers/com.honeycomb-mcp.json @@ -38,9 +38,9 @@ "secret": true, "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "obtain": { - "url": "https://ui.honeycomb.io/account", - "instructions": "1. Go to ui.honeycomb.io > Account\n2. Navigate to API Keys\n3. Create or copy an existing key", - "button_label": "Get API Key" + "url": "https://docs.honeycomb.io/configure/environments/manage-api-keys/", + "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", + "button_label": "View Docs" } } ] From 9de8a851edf02dca46c0c11aedac2712e1b151f2 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 19 Feb 2026 19:21:47 +0800 Subject: [PATCH 4/4] fix: convert Honeycomb to hosted MCP server (self-hosted deprecated, old npx pkg was unofficial) --- servers/com.honeycomb-mcp.json | 57 +++++++++------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/servers/com.honeycomb-mcp.json b/servers/com.honeycomb-mcp.json index da343a8..238fcea 100644 --- a/servers/com.honeycomb-mcp.json +++ b/servers/com.honeycomb-mcp.json @@ -3,66 +3,39 @@ "id": "com.honeycomb-mcp", "name": "Honeycomb", "alias": "honeycomb", - "description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs.", + "description": "Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs via Honeycomb's hosted MCP server.", "icon": "https://avatars.githubusercontent.com/u/15988027?v=4", "schema_version": "2.1", - "categories": [ - "developer-tools" - ], - "tags": [ - "honeycomb", - "observability", - "traces", - "monitoring", - "apm", - "slo" - ], + "categories": ["monitoring", "developer-tools"], + "tags": ["honeycomb", "observability", "traces", "monitoring", "apm", "slo"], + "transport": { - "type": "stdio", - "command": "npx", - "args": [ - "-y", - "honeycomb-mcp" - ], - "env": { - "HONEYCOMB_API_KEY": "${input:HONEYCOMB_API_KEY}" - }, + "type": "http", + "url": "https://mcp.honeycomb.io/mcp", "metadata": { - "inputs": [ - { - "id": "HONEYCOMB_API_KEY", - "label": "Honeycomb API Key", - "description": "API key for the Honeycomb platform.", - "type": "text", - "required": true, - "secret": true, - "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", - "obtain": { - "url": "https://docs.honeycomb.io/configure/environments/manage-api-keys/", - "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", - "button_label": "View Docs" - } - } - ] + "inputs": [] } }, + "auth": { - "type": "api_key", - "instructions": "Get your API key from https://ui.honeycomb.io/account" + "type": "oauth", + "instructions": "Connect via OAuth when prompted by your MCP client. You will be redirected to Honeycomb to authorize access. Requires Honeycomb Intelligence enrollment." }, + "contributor": { "name": "Honeycomb", "github": "honeycombio", "url": "https://www.honeycomb.io" }, + "links": { "repository": "https://github.com/honeycombio/honeycomb-mcp", "homepage": "https://www.honeycomb.io", "documentation": "https://docs.honeycomb.io/integrations/mcp/" }, - "platforms": [ - "all" - ], + + "platforms": ["all"], + "capabilities": { "tools": true, "resources": false,