Honeycomb MCP Server

DevOpsstdiohttp-streaming
Repository

Honeycomb's MCP server that lets AI assistants query and analyze observability data, including events, traces, alerts (triggers), and boards. Agents can run queries against datasets, inspect columns and schemas, and cross-reference production behavior with the codebase to investigate incidents. Connects to Honeycomb via API key or OAuth.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

Taşıma:
{
  "mcpServers": {
    "honeycomb": {
      "command": "npx",
      "args": [],
      "env": {
        "HONEYCOMB_API_KEY": "<YOUR_HONEYCOMB_API_KEY>"
      }
    }
  }
}

Araçlar (3)

list_datasets

List the datasets available in the Honeycomb environment.

{
  "type": "object",
  "properties": {}
}

run_query

Run a Honeycomb query against a dataset to analyze events and traces.

{
  "type": "object",
  "required": [
    "dataset",
    "query"
  ],
  "properties": {
    "query": {
      "type": "object",
      "description": "Honeycomb query specification (calculations, filters, breakdowns)"
    },
    "dataset": {
      "type": "string",
      "description": "Dataset to query"
    }
  }
}

list_columns

List the columns and their types for a given dataset.

{
  "type": "object",
  "required": [
    "dataset"
  ],
  "properties": {
    "dataset": {
      "type": "string",
      "description": "Dataset to inspect"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Honeycomb (@honeycombio)
Repository
https://github.com/honeycombio/honeycomb-mcp
Yıldızlar
0
Son güncelleme
12 Temmuz 2026