Honeycomb MCP Server
Honeycomb MCP Server empowers enterprise AI agents to securely query and analyze observability data, automating insights and diagnostics for production systems.

What does “Honeycomb” MCP Server do?
The Honeycomb MCP (Model Context Protocol) Server is a specialized tool designed for Honeycomb Enterprise customers, enabling AI assistants to directly interact with Honeycomb observability data. By acting as a bridge between AI models and the Honeycomb platform, this MCP server allows LLMs to query, analyze, and cross-reference data such as metrics, alerts, dashboards, and even production code behavior. Its integration enhances developer workflows by automating complex data analysis, facilitating quick insights into production issues, and streamlining operations involving SLOs and triggers. The server provides a robust alternative interface to Honeycomb, ensuring that authorized users can leverage AI to gain actionable insights from their observability systems, all while maintaining secure access via API keys and running locally on the user’s machine.
List of Prompts
No prompt templates are explicitly listed in the repository or documentation.
List of Resources
No explicit list of resources is provided in the available documentation or code overview.
List of Tools
No explicit details about tools (such as functions, endpoints, or tool definitions in server.py or index.mjs) are directly listed in the available documentation or code overview.
Use Cases of this MCP Server
- Querying Observability Data: Developers can leverage AI to run complex queries across Honeycomb datasets, surfacing trends, anomalies, and key metrics for faster diagnostics.
- SLO and Trigger Insights: AI can pull and interpret service-level objectives (SLOs) and triggers, helping teams stay ahead of performance issues and automate alert analysis.
- Dashboard Analysis: AI can analyze Honeycomb dashboards, summarizing production health, or surfacing significant changes over time.
- Cross-referencing Code and Production Behavior: The server enables AI to link codebase information with real-time production metrics, accelerating root cause analysis and incident response.
How to set it up
Windsurf
- Prerequisite: Install Node.js 18+ and obtain a Honeycomb API key with full permissions.
- Build the MCP server:
- Run
pnpm install
andpnpm run build
.
- Run
- Edit Windsurf configuration file (e.g.,
windsurf.json
). - Add Honeycomb MCP Server:
{ "mcpServers": { "honeycomb": { "command": "node", "args": [ "/fully/qualified/path/to/honeycomb-mcp/build/index.mjs" ], "env": { "HONEYCOMB_API_KEY": "your_api_key" } } } }
- Restart Windsurf and verify the connection.
Claude
- Prerequisite: Node.js 18+, Honeycomb API key.
- Build the server:
pnpm install
andpnpm run build
. - Edit Claude configuration file (see
CLAUDE.md
for more). - Add the Honeycomb MCP Server using the following JSON:
{ "mcpServers": { "honeycomb": { "command": "node", "args": [ "/fully/qualified/path/to/honeycomb-mcp/build/index.mjs" ], "env": { "HONEYCOMB_API_KEY": "your_api_key" } } } }
- Restart Claude and verify the server is reachable.
Cursor
- Prerequisite: Node.js 18+, Honeycomb API key.
- Build with
pnpm install
andpnpm run build
. - Edit Cursor’s MCP configuration.
- Insert the following:
{ "mcpServers": { "honeycomb": { "command": "node", "args": [ "/fully/qualified/path/to/honeycomb-mcp/build/index.mjs" ], "env": { "HONEYCOMB_API_KEY": "your_api_key" } } } }
- Restart Cursor and ensure Honeycomb MCP is active.
Cline
- Prerequisite: Node.js 18+, Honeycomb API key.
- Build the server:
pnpm install
andpnpm run build
. - Edit Cline configuration.
- Configure as follows:
{ "mcpServers": { "honeycomb": { "command": "node", "args": [ "/fully/qualified/path/to/honeycomb-mcp/build/index.mjs" ], "env": { "HONEYCOMB_API_KEY": "your_api_key" } } } }
- Restart Cline and confirm setup.
Note:
Always secure API keys using environment variables. Example:
"env": {
"HONEYCOMB_API_KEY": "your_api_key"
}
You may also supply multiple environments by repeating the "env"
block with different API keys.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"honeycomb": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent can now use this MCP as a tool with access to all its functions and capabilities. Remember to change “honeycomb” to whatever you want to name your MCP server and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview found in README.md |
List of Prompts | ⛔ | Not found |
List of Resources | ⛔ | Not found |
List of Tools | ⛔ | Not found |
Securing API Keys | ✅ | Provided in README.md |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots Support: Not mentioned
Between these two tables, the Honeycomb MCP provides a clear integration path and use case description, but lacks public documentation for prompt templates, resources, and tools as per the MCP protocol. It is well-documented for setup and use in enterprise workflows.
Rating: 5/10 — Solid on setup and use-case context, but lacking in technical detail for MCP-specific primitives.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 6 |
Number of Stars | 25 |
Frequently asked questions
- What does the Honeycomb MCP Server do?
The Honeycomb MCP Server enables AI assistants to directly interact with Honeycomb observability data, allowing LLMs to query, analyze, and cross-reference metrics, alerts, dashboards, and production code behavior for improved diagnostics and automation.
- What are common use cases for Honeycomb MCP?
Typical use cases include querying observability data for trends and anomalies, automating SLO and trigger insights, analyzing dashboards for production health, and linking codebase information with live metrics for faster root cause analysis.
- How do I securely configure API keys?
Always set your Honeycomb API key using environment variables in the MCP server configuration block. Never hard-code sensitive keys in your source files.
- Does the Honeycomb MCP Server support prompt templates or tool definitions?
No explicit prompt templates or tool definitions are documented for this server. Its primary focus is on facilitating direct and secure data access for AI agents.
- Is the Honeycomb MCP Server suitable for enterprise workflows?
Yes. It is designed for Honeycomb Enterprise customers, with secure, local deployment, robust integration, and automation capabilities for production observability use cases.
Try Honeycomb MCP Server in FlowHunt
Unlock actionable observability insights with AI-augmented automation. Use Honeycomb MCP Server with FlowHunt for streamlined diagnostics and faster incident response.