Loading...
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.
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.