bugsnag-mcp

bugsnag-mcp

3.4

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

  1. list_organizations

    Lists available Bugsnag organizations.

  2. list_projects

    Lists projects in an organization.

  3. list_errors

    Lists errors in a project with filtering options.

  4. view_error

    Gets detailed information about a specific error.

  5. list_error_events

    Lists events for a specific error.

  6. view_latest_event

    Views the latest event for an error.

  7. view_event

    Views detailed information about a specific event.

  8. view_stacktrace

    Extracts and formats stacktrace information from an event.

  9. view_exception_chain

    Views the full chain of exceptions for an event.

  10. search_issues

    Searches for issues using various criteria.