LogoSTMCP
Download
honeycomb-mcp

Honeycomb MCP

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.

Tools

1. list_datasets

List all datasets in an environment.

2. get_columns

Get column information for a dataset.

3. run_query

Run analytics queries with rich options.

4. analyze_columns

Analyzes specific columns in a dataset by running statistical queries and returning computed metrics.

5. list_slos

List all SLOs for a dataset.

6. get_slo

Get detailed SLO information.

7. list_triggers

List all triggers for a dataset.

8. get_trigger

Get detailed trigger information.

Generate a deep link to a specific trace in the Honeycomb UI.

10. get_instrumentation_help

Provides OpenTelemetry instrumentation guidance.

Open Graph image for Honeycomb MCP

JSON Config

{
    "mcpServers": {
      "honeycomb": {
        "command": "node",
        "args": [
          "/fully/qualified/path/to/honeycomb-mcp/build/index.mjs"
        ],
        "env": {
          "HONEYCOMB_API_KEY": "your_api_key"
        }
      }
    }
}

Useful Links

Information