bugsnag-mcp
If you are the rightful owner of bugsnag-mcp 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.
A Model Context Protocol (MCP) server for interacting with Bugsnag, allowing LLM tools to investigate and resolve issues.
The Bugsnag MCP Server is designed to facilitate seamless interaction with Bugsnag for error monitoring and analysis. It provides a robust interface for LLM tools like Cursor and Claude to navigate Bugsnag's organizational structure, filter and analyze errors, and manage issues effectively. With features like detailed stacktrace viewing, exception chain visualization, and code intelligence, users can gain deep insights into their application's error patterns and root causes. The server supports powerful search capabilities, allowing users to find issues by error class, message, or app version, and provides comprehensive error details and event history. Setting up the server is straightforward, requiring no installation or source code download, and it integrates easily with various platforms using simple configuration scripts.
Features
- Error Monitoring & Analysis: Navigate Bugsnag hierarchy, filter errors, view stacktraces, and visualize exception chains.
- Code Intelligence: Distinguish between project and library code, view source code context, and identify error patterns.
- Issue Management: Search for issues, view error details, and track event history.
Tools
list_organizations
Lists available Bugsnag organizations.
list_projects
Lists projects in an organization.
list_errors
Lists errors in a project with filtering options.
view_error
Gets detailed information about a specific error.
list_error_events
Lists events for a specific error.
view_latest_event
Views the latest event for an error.
view_event
Views detailed information about a specific event.
view_stacktrace
Extracts and formats stacktrace information from an event.
view_exception_chain
Views the full chain of exceptions for an event.
search_issues
Searches for issues using various criteria.