Monitoring

Bugsnag MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Bugsnag is an error monitoring and reporting tool that helps developers identify, diagnose, and resolve software errors in real-time. It is used to enhance application stability by providing insights into error occurrences and their impact on users.

14 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Bugsnag — workflow patterns, data models, and gotchas for your AI agent.

Bugsnag

Error monitoring platform for tracking, diagnosing, and resolving application errors. Explore the org → project → error/event hierarchy to investigate stability issues.

Entity Hierarchy

Organization Level
  • Organizations — top-level container. Resolve organization_id first — it anchors everything below.
  • Collaborators — team members with access to the org. Scoped by organization_id.
  • Teams — groups within the org for permission management. Scoped by organization_id.
  • Supported Integrations — available third-party integrations (Slack, Jira, etc.). Global list, no ID needed.
Project Level (requires organization, then project context)
  • Projects — applications being monitored. Enumerate under organization_id to discover project_id.
  • Errors — grouped error classes (e.g., "NullPointerException in UserService.getUser"). Each error aggregates many individual events. Sort by last_seen, events, users, or created_at. Filter by status (open/fixed/snoozed/ignored). Open one error class by id when you need its aggregate view. Scoped by project_id.
  • Events — individual error occurrences with full stack traces, device info, and metadata. Use full_reports: true for complete payloads including stack traces. Scoped by project_id. Events are instances of errors.
  • Event Fields — available metadata fields for filtering events (app version, OS, etc.). Scoped by project_id.
  • Pivots — error grouping breakdowns (by release stage, browser, device, etc.). Scoped by project_id.
  • Releases — deployed versions of your app, with error counts and stability scores. Scoped by project_id.
  • Trace Fields — available trace/span fields for distributed tracing. Scoped by project_id.
Saved Search Level (requires project, then saved-search id)
  • Saved Searches — stored error filters/queries within a project. Scoped by project_id.
  • Saved Search Usage Summary — how frequently a saved search is used. Requires search_id from saved searches.

Workflows

  • Error investigation: Organizations → projects for the org → error groups sorted by last_seen → one error id for the class → event feed with full_reports: true when you need stacks.
  • Release stability: Projects → release history to compare crash density across versions.
  • Team audit: Organizations → collaborators and teams for access review.
  • Search analysis: Saved searches → usage summaries to see which stored filters fire most.

Gotchas

  • Three-level ID chain: organization_id → project_id → search_id. Each level requires the parent ID from the level above.
  • Errors vs Events: errors are grouped classes; events are individual occurrences. Scan error groups for overview, drill into events when you need stacks and occurrence detail.
  • Pagination: Long lists use offset + per_page style paging.

Tools in this Server (14)

Bugsnag Get Error

Get a specific error by ID — full details including error class, message, severity, status, first/last seen dates, event count, and assigned user. Req...

Bugsnag List Collaborators

List all collaborators in a specific organization's Bugsnag setup. Essential for managing team access and permissions within an organization. Returns ...

Bugsnag List Errors

List errors (grouped error classes) in a Bugsnag project — returns error class, message, severity, first/last seen, and event count. Sort by last_seen...

Bugsnag List Event Fields

Retrieve a list of event field details for a specific project in Bugsnag. Use this to understand the attributes associated with error events for accur...

Bugsnag List Events

Retrieve events related to a specific project in Bugsnag. Utilize this to track individual occurrences and better understand error contexts. It return...

Bugsnag List Organizations

List all Bugsnag organizations you have access to — returns org name, slug, API key, creator, and billing details. Org ID is required for projects and...

Bugsnag List Pivots

Access pivot information for a selected project under Bugsnag. Useful for advanced data analysis and error pattern identification. The endpoint return...

Bugsnag List Projects

List all projects in a Bugsnag organization — returns project name, language, type, error counts, and API keys. Requires 'organization_id'. Project ID...

Bugsnag List Releases

Fetch a full list of software releases for a specific project in Bugsnag. Use this to track the release versions and their associated error reports. I...

Bugsnag List Saved Searches

Access all saved searches for a specified Bugsnag project. This endpoint is useful when you need to review or manage predefined error search queries. ...

Bugsnag List Saved Searches Usage Summary

Get usage statistics for a specific saved search on Bugsnag. Use this when evaluating the effectiveness and popularity of search queries within your o...

Bugsnag List Supported Integrations

Review all third-party integrations supported by Bugsnag. When integrating Bugsnag with other tools or services, this provides available options. It r...

Bugsnag List Teams

Retrieve a list of teams within a particular organization in Bugsnag. This is useful for organizing users and managing project assignments. It returns...

Bugsnag List Trace Fields

Access a list of trace field details for a particular project in Bugsnag. Ideal for gaining insights into stack traces related to errors within your s...

Frequently Asked Questions

What is the Bugsnag MCP server?

Bugsnag is an error monitoring and reporting tool that helps developers identify, diagnose, and resolve software errors in real-time. It is used to enhance application stability by providing insights into error occurrences and their impact on users. It provides 14 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Bugsnag to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/bugsnag. Authentication is handled automatically.

How many tools does Bugsnag provide?

Bugsnag provides 14 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Bugsnag require?

Bugsnag uses API Key. Bugsnag requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Bugsnag to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/bugsnag

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Bugsnag?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Bugsnag MCP Server & Skill — 14 Tools