An MCP server enabling LLMs to query and analyze Bugsnag error monitoring data via API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bugsnag MCP.
A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.
Setting up the Bugsnag MCP server is simple and doesn't require any installation or downloading source code.
Add the Bugsnag MCP server configuration:
Replace your-bugsnag-api-key with your Bugsnag API key
Add the Bugsnag MCP server configuration:
Replace your-bugsnag-api-key with your Bugsnag API key
To use this MCP server, you'll need a Bugsnag API key:
Once configured, you can use the Bugsnag MCP server with your LLM tool. Here are some example prompts:
The Bugsnag MCP server provides the following tools:
Lists available Bugsnag organizations.
Parameters:
Lists projects in an organization.
Parameters:
organization_id (required): Bugsnag organization IDLists errors in a project with filtering options.
Parameters:
project_id (required): Bugsnag project IDstatus: Filter by error status ("open", "fixed", "ignored")sort: Sort order for errors ("newest", "oldest", "priority")limit: Maximum number of errors to returnGets detailed information about a specific error.
Parameters:
error_id (required): Bugsnag error IDLists events (occurrences) for a specific error.
Parameters:
project_id (required): Bugsnag project IDerror_id (required): Bugsnag error IDlimit: Maximum number of events to returnViews the latest event for an error.
Parameters:
error_id (required): Bugsnag error IDViews detailed information about a specific event.
Parameters:
project_id (required): Bugsnag project IDevent_id (required): Bugsnag event IDExtracts and formats stacktrace information from an event.
Parameters:
project_id (required): Bugsnag project IDevent_id (required): Bugsnag event IDinclude_code: Include source code context if available (default: true)Views the full chain of exceptions for an event.
Parameters:
project_id (required): Bugsnag project IDevent_id (required): Bugsnag event IDSearches for issues using various criteria.
Parameters:
project_id (required): Bugsnag project IDquery: Search queryerror_class: Filter by error classapp_version: Filter by app versionYou can test if your Bugsnag API key is valid using:
If your API key is valid, this will display a list of your Bugsnag projects with their IDs.
While using npx is recommended for most users, you can also install the package globally if you prefer:
If you're interested in contributing or modifying the code:
Clone the repository:
Install dependencies:
Build the project:
Run tests:
Run tests with coverage:
Format code:
This project uses GitHub Actions for continuous integration. The workflows automatically:
You can view the workflow configurations in:
.github/workflows/test.yml - For running tests.github/workflows/prettier.yml - For checking code formattingMIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tgeselle-bugsnag-mcp)<a href="https://allmcps.com/mcp/tgeselle-bugsnag-mcp"><img src="https://allmcps.com/api/badge/tgeselle-bugsnag-mcp?style=directory" alt="Bugsnag MCP on AllMCPs" /></a>