MCP server

Honeycomb

MCP

Official Honeycomb MCP. Traces as questions.

honeycombio/honeycomb-mcp. Query boards and traces with the key you already use in the UI.

latest·MIT·Updated this quarter·github.com/honeycombio/honeycomb-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "honeycomb": {
      "command": "npx",
      "args": [
        "-y",
        "@honeycombio/honeycomb-mcp"
      ],
      "env": {
        "HONEYCOMB_API_KEY": "…"
      }
    }
  }
}

By Honeycomb

Spec

What the server actually exposes.

  • query

    read

    A query against a dataset.

  • boards

    read

    Boards you can see.

  • slos

    read

    SLOs and burn.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

honeycomb-mcp.mcp/tools

Tools

  • query

    A query against a dataset.

    read
  • boards

    Boards you can see.

    read
  • slos

    SLOs and burn.

    read

Last call

{ "ok": true,
  "tool": "query",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.