diff --git a/servers/com.honeycomb-mcp.json b/servers/com.honeycomb-mcp.json new file mode 100644 index 0000000..238fcea --- /dev/null +++ b/servers/com.honeycomb-mcp.json @@ -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 + } +}