honeybadger-io/honeybadger-mcp-server
If you are the rightful owner of honeybadger-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Honeybadger MCP Server provides structured access to Honeybadger's API through the Model Context Protocol (MCP), enabling seamless integration with various development environments.
Tools
Functions exposed to the LLM to take actions
list_projects
List all Honeybadger projects.
get_project
Get detailed information for a single project by ID.
create_project
Create a new Honeybadger project.
update_project
Update an existing Honeybadger project.
delete_project
Delete a Honeybadger project.
get_project_occurrence_counts
Get occurrence counts for all projects or a specific project.
get_project_integrations
Get a list of integrations (channels) for a Honeybadger project.
get_project_report
Get report data for a Honeybadger project.
list_faults
Get a list of faults for a project with optional filtering and ordering.
get_fault
Get detailed information for a specific fault in a project.
get_fault_counts
Get fault count statistics for a project with optional filtering.
list_fault_notices
Get a list of notices (individual error events) for a specific fault.
list_fault_affected_users
Get a list of users who were affected by a specific fault with occurrence counts.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client