honeycomb
Honeycomb MCP (Model-Controller-Presenter) Server implementation
claude mcp add --transport stdio kajirita2002-honeycomb-mcp-server npx -y @kajirita2002/honeycomb-mcp-server \ --env HONEYCOMB_API_KEY="your_honeycomb_api_key"
How to use
The Honeycomb MCP Server bridges Claude AI with the Honeycomb observability platform. It exposes a collection of tools that let Claude authenticate with Honeycomb, list and inspect datasets, manage columns and queries, create and run queries to retrieve results, and interact with boards and dataset definitions. This enables Claude to perform common Honeycomb operations—such as listing datasets, inspecting a specific dataset, creating and executing queries, retrieving results, and managing definitions or boards—through the MCP interface. The server is designed to be used via Claude or any MCP-enabled client, with the tooling names clearly indicating their Honeycomb function (for example honeycomb_datasets_list, honeycomb_query_create, honeycomb_query_result_get, etc.).
How to install
Prerequisites:
- Node.js 18 or higher
- npm installed
- A Honeycomb API key with appropriate permissions
Installation steps:
- Install the MCP server globally using npm (or use npx directly):
# Install globally
npm install -g @kajirita2002/honeycomb-mcp-server
# Or run directly with npx
npx @kajirita2002/honeycomb-mcp-server
- Set the required environment variable for Honeycomb authentication:
export HONEYCOMB_API_KEY="your_honeycomb_api_key"
- Start the MCP server (if not using npx directly):
npm start
- Configure mcp_config.json in your MCP setup to point to the server, for example using the provided mcp_config snippet in this project.
Additional notes
Environment variables: HONEYCOMB_API_KEY is required to authenticate with Honeycomb. If you rotate API keys, update the environment variable accordingly. Common issues include missing API keys, network access to Honeycomb, and ensuring the npm package is the latest version. The server exposes a range of tools for datasets, columns, queries, results, and boards; use the documentation strings of each tool to understand required inputs. If you encounter rate limits, consider batching requests or increasing timeouts where supported. When using npx, ensure your environment allows executing remote npm packages.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.