Honeycomb MCP Server
DevOpsstdiohttp-streaming
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.
Conectar
Añade esta configuración a .claude/mcp.json
Transporte:
{
"mcpServers": {
"honeycomb": {
"command": "npx",
"args": [],
"env": {
"HONEYCOMB_API_KEY": "<YOUR_HONEYCOMB_API_KEY>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/honeycombio/honeycomb-mcp
- Estrellas
- 0
- Última actualización
- 12 de julio de 2026