Loading...

The Bugsnag MCP server allows LLM tools to interact with Bugsnag for error monitoring, analysis, and issue management using an API key for authentication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The Bugsnag MCP server allows LLM tools to interact with Bugsnag for error monitoring, analysis, and issue management using an API key for authentication.
The Bugsnag MCP server is relatively safe for read-only operations. However, the ability to modify issues and the lack of sandboxing introduce moderate risks. Securely store and manage the Bugsnag API key to prevent unauthorized access.
Performance will depend on the size of the Bugsnag project and the complexity of the queries. Large projects with many errors may experience slower response times.
Using the Bugsnag MCP server will consume Bugsnag API calls, which may incur costs depending on your Bugsnag plan. Monitor API usage to avoid unexpected charges.
npx bugsnag-mcp-server test-api-key your-bugsnag-api-key{
"mcpServers": {
"bugsnag": {
"command": "npx",
"args": ["-y", "bugsnag-mcp-server"],
"env": {
"BUGSNAG_API_KEY": "your-bugsnag-api-key"
},
"disabled": false,
"alwaysAllow": []
}
}
}list_organizationsLists available Bugsnag organizations.
Read-only operation, no side effects.
list_projectsLists projects in a specified organization.
Read-only operation, no side effects.
list_errorsLists errors in a project, with filtering options.
Read-only operation, no side effects.
view_errorGets detailed information about a specific error.
Read-only operation, no side effects.
list_error_eventsLists events (occurrences) for a specific error.
Read-only operation, no side effects.
view_latest_eventViews the latest event for an error.
Read-only operation, no side effects.
view_eventViews detailed information about a specific event.
Read-only operation, no side effects.
view_stacktraceExtracts and formats stacktrace information from an event.
Read-only operation, no side effects.
view_exception_chainViews the full chain of exceptions for an event.
Read-only operation, no side effects.
search_issuesSearches for issues using various criteria.
Read-only operation, no side effects.
API Key
Read projectsRead and write errorsRead and write commentsThe Bugsnag MCP server is relatively safe for read-only operations. However, the ability to modify issues and the lack of sandboxing introduce moderate risks. Securely store and manage the Bugsnag API key to prevent unauthorized access.
The server primarily supports read operations, limiting the risk of unintended modifications. However, the API key should be carefully managed to prevent unauthorized write access.
Production Tip
Monitor the MCP server's resource usage and API call volume to ensure optimal performance and avoid exceeding Bugsnag API limits.
It's a server that allows LLM tools to interact with Bugsnag for error monitoring and issue management.
You need to provide a Bugsnag API key with the necessary permissions.
The API key requires 'Read projects', 'Read and write errors', and 'Read and write comments' permissions.
Yes, you can use it to update error status, add comments, and manage issues.
Yes, but ensure the API key is securely stored and managed to prevent unauthorized access.
Yes, you can search for errors using various criteria like error class and app version.
Yes, the server provides formatted stack traces with source code context.