Honeycomb
Summary
Honeycomb MCP Server provides a direct interface for Claude AI to interact with the Honeycomb API, enabling programmatic access to observability and monitoring workflows. Created by kajirita2002, this TypeScript-based server allows querying, creating, and managing datasets, queries, events, boards, and other Honeycomb resources through a standardized set of tools. It's particularly useful for developers and DevOps teams wanting to automate observability tasks and perform data analysis through natural language interaction.
Available Actions(11)
honeycomb_auth
Authenticates with the Honeycomb API and validates your API key. No input parameters required (uses environment variable).
honeycomb_datasets_list
Lists all available datasets in your Honeycomb environment. No input parameters required.
honeycomb_dataset_get
Gets detailed information about a specific dataset. Input: datasetSlug (string, required): Slug of the dataset to retrieve.
honeycomb_columns_list
Lists all columns in a dataset with optional filtering. Input: datasetSlug (string, required): Slug of the dataset, key_name (string, optional): Filter by a specific column key name.
honeycomb_query_create
Creates a new query for a dataset. Input: datasetSlug (string, required): Slug of the dataset, query (object, required): Query configuration object with calculation, time range, and filters.
honeycomb_query_get
Gets information about a specific query. Input: datasetSlug (string, required): Slug of the dataset, queryId (string, required): ID of the query to retrieve.
honeycomb_query_result_create
Executes a query and returns the results. Input: datasetSlug (string, required): Slug of the dataset, queryId (string, required): ID of the query to run, disable_series (boolean, optional), disable_total_by_aggregate (boolean, optional), disable_other_by_aggregate (boolean, optional), limit (integer, optional).
honeycomb_query_result_get
Gets the results of a previously executed query. Input: datasetSlug (string, required): Slug of the dataset, queryResultId (string, required): ID of the query result to retrieve.
honeycomb_dataset_definitions_list
Lists dataset definitions with pagination support. Input: page (number, optional): Page number (starting from 1), limit (number, optional): Number of results per page (default: 100, max: 1000), sort_by (string, optional): Field to sort by, sort_order (string, optional): Sort order ('asc' or 'desc').
honeycomb_boards_list
Lists all available boards. No input parameters required.
honeycomb_board_get
Gets detailed information about a specific board. Input: boardId (string, required): ID of the board to retrieve.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论