Honeycomb
OfficialQuery and explore observability data and SLOs.
Provider:Honeycomb
Category:Analytics
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"honeycomb": {
"command": "npx",
"args": [
"-y",
"honeycomb-mcp"
],
"env": {
"HONEYCOMB_API_KEY": "<your-honeycomb-api-key>",
"HONEYCOMB_DATASET": "<your-honeycomb-dataset>"
}
}
}
}