Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions servers/com.honeycomb-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$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 via Honeycomb's hosted MCP server.",
"icon": "https://avatars.githubusercontent.com/u/15988027?v=4",
"schema_version": "2.1",
"categories": ["monitoring", "developer-tools"],
"tags": ["honeycomb", "observability", "traces", "monitoring", "apm", "slo"],

"transport": {
"type": "http",
"url": "https://mcp.honeycomb.io/mcp",
"metadata": {
"inputs": []
}
},

"auth": {
"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"],

"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}