Connect your AI agent to the Honeycomb MCP Server.
Connect Honeycomb to any AI agent that supports the Model Context Protocol (MCP) so it can query your telemetry, investigate issues, and answer questions using your live Honeycomb data.
This guide covers the fastest way to connect, manual configuration for specific clients, and authentication with an API key.
If you need to get data into Honeycomb using sample data, real instrumentation, or connecting to an existing pipeline, start with Send data with AI instead.
Run the prompt associated with your region in your AI agent:
US
EU
Connect to the Honeycomb MCP server (US)
Connect to the Honeycomb MCP server (EU)
Once your agent authenticates, it can query your telemetry, investigate issues, and answer questions using your live Honeycomb data.
For the list of tools that Honeycomb MCP exposes to your agent, visit the MCP Tools Reference.
Run this prompt in Auggie and authenticate with Honeycomb when asked:
Set up Honeycomb
Your agent connects to Honeycomb MCP: sets your region, authenticates, and verifies access.
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
Connect ChatGPT to Honeycomb MCP by installing the Honeycomb app from ChatGPT’s app directory:
When prompted, sign in to Honeycomb to finish authentication.
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
Connect Claude Code to Honeycomb MCP by installing the Honeycomb plugin:
1
Install Honeycomb as a Claude Code plugin
Run this in your terminal:
claude plugin marketplace add honeycombio/agent-skillclaude plugin install honeycomb
2
Set up the Honeycomb MCP
Run this prompt in Claude Code and authenticate with Honeycomb when asked:
Set up Honeycomb
Your agent connects to Honeycomb MCP: sets your region, authenticates, and verifies access.
Want your agent to send data too?
Send data with AI walks through running guided onboarding to help you instrument your application.
Set up Claude Code manually
1
Add the Honeycomb MCP
Run the command associated with your region in your terminal:
US
EU
claude mcp add honeycomb --transport http https://mcp.honeycomb.io/mcp
claude mcp add honeycomb --transport http https://mcp.eu1.honeycomb.io/mcp
Select the + on the Honeycomb connector to add it.
When prompted, sign in to Honeycomb and authorize the application.
If no browser window opens to prompt authentication over OAuth, fully quit and reopen Claude Desktop.
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
Connect OpenAI Codex to Honeycomb MCP by installing Honeycomb as a plugin:
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
Set up Cursor manually
1
Add the Honeycomb MCP
Open Cursor and navigate to Preferences > Cursor Settings > Customize.
Select the MCP view.
Select New MCP Server.
Update mcp.json with the configuration for your region:
Run any MCP tool.
Honeycomb opens a browser window to authenticate.
Grant the requested permissions to finish connecting.
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
Connect VS Code (with GitHub Copilot) to Honeycomb MCP with this one-click install link: Add Honeycomb to VS Code
Want your agent to send data too?
Send data with AI walks through installing Honeycomb’s agent skills and running guided onboarding to help you instrument your application.
If you are building autonomous or unattended agents and cannot use OAuth, then you can authenticate with an API key.
Only team owners can generate an API key.
Prefer OAuth in most use cases.
Use an API key only when your agent cannot support interactive login.
1
Generate an API key in Honeycomb
Log in to your Honeycomb account.
Navigate to Account > Team Settings > API Keys.
Select Create Management API Key.
Name your key (for example, “MCP Integration”).
Choose the Model Context Protocol and Environments scopes, then grant permissions:
Read: Required for all Honeycomb MCP operations.
Be sure to grant read for both MCP and Environments.
Write: Required for tools that create or update Honeycomb resources, including Boards, Triggers, SLOs, notification/alert recipients, and Canvas investigations.
To explore the complete list of write tools, visit the MCP Tools Reference.
Copy the Key ID and Key Secret, and store them somewhere safe.
You will need them later, and you won’t be able to see them again.
2
Add your API key to your agent
The exact configuration process varies by agent, but here is an example configuration mcp.json snippet used by agents like Claude Code or Cursor:
Be sure to use the appropriate endpoint for your region, and replace KEY_ID and SECRET_KEY with your actual key values.
Pay attention to formatting, including spacing and colon (:) characters.If your tool cannot parse the Authorization header correctly, try putting the Bearer prefix directly in the environment variable:
"HONEYCOMB_API_KEY": "Bearer KEY_ID:SECRET_KEY".
As a security best practice, make sure that keys being used for MCP integrations do not carry any other scopes, and that you do not commit them to source control.
3
Confirm the connection
Once connected, test by asking your agent to list available tools or fetch available teams and environments.
You should get results if your key and permissions are set up correctly.