Honeycomb
ConnectionMCPExplore traces and run queries through Honeycomb's MCP server.
Install
Connections live under agent/connections/. Auth is brokered by , so install the framework and the Connect SDK:
Quick start
Create agent/connections/honeycomb.ts. The connection name is derived from the filename:
Connect exchanges a JWT bearer assertion for a provider token. principalToSubject maps each principal to the subject your IdP expects.
Configure
Create the connector, link it to your project, and pull OIDC locally:
For JWT bearer, principalToSubject controls the asserted subject. The default maps app principals to { type: "app" } and user principals to { type: "user", id, issuer }.
See the for principal types, headers, approval, and tool filters.