An MCP server integrating with the Honeycomb API for direct observability data querying and analysis, useful for automated monitoring and troubleshooting.
Loading more......
A Model Context Protocol server enabling analysis and querying of Honeycomb datasets by LLMs, showcasing MCP server use in observability data.
A TypeScript-based MCP server for interacting with Honeycomb's observability API, facilitating dataset management and event monitoring through natural language.
An MCP server offering access to OpenTelemetry traces and metrics via Logfire, supporting robust monitoring and observability.
An MCP server that allows querying Loki logs through the Grafana API, providing log access and monitoring via MCP.
An MCP server that brings real-time production context—logs, metrics, and traces—into local development environments for automated code fixes.
An MCP server for Grafana that enables searching dashboards, investigating incidents, and querying datasources within a Grafana instance. Highly relevant as a monitoring-focused MCP server.
Category: Monitoring
Tags: honeycomb, observability, monitoring, api-integration
Honeycomb MCP is a Model Context Protocol (MCP) server that enables direct querying and analysis of Honeycomb observability data. It is designed for Honeycomb Enterprise customers and allows integration with LLMs (like Claude) to analyze datasets, alerts, dashboards, and cross-reference production behavior with codebases. The server acts as a complete alternative interface to Honeycomb, requiring appropriate API permissions and configuration.
honeycomb://{environment}/{dataset} to access datasets.list_datasets: List all datasets in an environment.get_columns: Retrieve column information for a dataset.run_query: Run analytics queries with rich specification options (calculations, filters, breakdowns, ordering, time ranges, etc.).analyze_columns: Perform statistical analysis and compute metrics for specific columns.list_slos and get_slo: List and get detailed information on SLOs.list_triggers and get_trigger: List and get detailed information on triggers.get_trace_link: Generate deep links to specific traces in the Honeycomb UI.get_instrumentation_help: Get OpenTelemetry instrumentation guidance./build directory.MIT
https://github.com/honeycombio/honeycomb-mcp