tgeselle/bugsnag-mcp
Free用于与 Bugsnag 交互的 MCP 服务器。
FreeFree tier
About tgeselle/bugsnag-mcp
Bugsnag MCP Server is a Model Context Protocol (MCP) server that enables LLM tools like Cursor and Claude to investigate and resolve errors in Bugsnag. It provides features such as organization and project navigation, error event filtering, detailed stacktrace viewing with source code context, exception chain visualization, and issue management with search capabilities. The server is easy to set up via npx and requires a Bugsnag API key.
Key Features
Error monitoring analysis with filtering options
Organization and project navigation across Bugsnag hierarchy
Detailed stacktrace viewing with source code context and highlighted error lines
Exception chain visualization to identify root causes
Project vs. library code distinction for intelligent debugging
Error pattern recognition across multiple occurrences
Issue search by error class, message, or app version
Comprehensive error details and event history
Pros & Cons
Pros
- Seamless integration with Cursor and Claude via MCP protocol
- Simple setup using npx without downloading source code
- Provides rich error context including stacktrace, source code snippets, and exception chains
- Allows natural language queries to explore and manage Bugsnag errors
- Open source and free to use
Cons
- Requires a Bugsnag account and a valid API key with appropriate permissions
- Limited to Bugsnag error monitoring ecosystem only
- No built-in authentication or user management beyond API key
Best For
Exploring Bugsnag organizations and projects via LLMFiltering and analyzing open errors in a projectViewing detailed stacktraces and exception chains for specific eventsIdentifying recurring error patterns across eventsIntegrating Bugsnag error investigation into AI coding assistants
FAQ
How do I obtain a Bugsnag API key?
Log into your Bugsnag account at app.bugsnag.com, go to Settings > Organization settings > Access tokens, and create a personal access token with permissions for reading projects and reading/writing errors and comments.
How do I set up the Bugsnag MCP server?
Add the server configuration to your MCP client (e.g., Cursor or Claude Desktop). For Cursor, use the command 'npx -y bugsnag-mcp-server' and set the BUGSNAG_API_KEY environment variable. Replace 'your-bugsnag-api-key' with your actual API key.
What can I do with this server?
You can list organizations and projects, filter and view error details, examine stacktraces with source code context, explore exception chains, and search issues by error class, message, or app version.