A Model Context Protocol server for interacting with Honeycomb observability data, enabling LLMs like Claude to analyze and query datasets across multiple environments with optimized performance.
List all datasets in an environment.
Get column information for a dataset.
Run analytics queries with rich options.
Analyzes specific columns in a dataset by running statistical queries and returning computed metrics.
List all SLOs for a dataset.
Get detailed SLO information.
List all triggers for a dataset.
Get detailed trigger information.
Generate a deep link to a specific trace in the Honeycomb UI.
Provides OpenTelemetry instrumentation guidance.
{
"mcpServers": {
"honeycomb": {
"command": "node",
"args": [
"/fully/qualified/path/to/honeycomb-mcp/build/index.mjs"
],
"env": {
"HONEYCOMB_API_KEY": "your_api_key"
}
}
}
}