MCP server

Honeycomb
MCPOfficial 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
readA query against a dataset.
boards
readBoards you can see.
slos
readSLOs 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
- read
query
A query against a dataset.
- read
boards
Boards you can see.
- read
slos
SLOs and burn.
Last call
{ "ok": true,
"tool": "query",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
