Bugsnag

Bugsnag

Bugsnag is an error monitoring and stability management platform that helps developers identify, prioritize, and fix software bugs.

91VIEWS
2317USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app bugsnagnpx @composio/cli add cursor --app bugsnagnpx @composio/cli add cursor --app bugsnagnpx @composio/cli add cursor --app bugsnag

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Bulk Update Errors

Tool to bulk update multiple errors in a project. use when batching identical updates across many errors.

Configure Integration

Tool to configure a new integration for a bugsnag project. use after selecting integration key and preparing credentials.

Invite Collaborator

Tool to invite a collaborator to an organization. use when you need to add a new user by email to grant them access. ensure the organization id is correct before calling.

Create Custom Event Field

Tool to create a custom event field for a project. use after confirming the project id to add a new filterable field. example: "create a field 'user.id' mapping to 'metadata.user.id' for project 515fb..."

Create Saved Search

Tool to create a new saved search for a project. use when you need to persist a set of filters and sort order as a saved search for a project after confirming project details.

Delete All Errors In A Project

Tool to delete all errors in a project. use when you need to remove all error and event data for a given project. use with caution after confirming the project id, as this action is irreversible and requires project owner or organization administrator permissions.

Delete Collaborator

Tool to remove a collaborator from an organization. use when revoking collaborator access after confirming both organization and collaborator ids. requires organization administrator privileges.

Delete A Configured Integration

Tool to delete a configured integration. use when you need to remove an existing integration from a project after confirming the integration id. this action cannot be undone and requires organization administrator or project owner permissions.

Delete Event Field

Tool to delete a custom event field. use when you need to remove a specific event field after confirming the project id and display id.

Delete Project

Tool to delete a project. use when you need to permanently remove a project after confirming the project id. requires appropriate permissions.

Delete Saved Search

Tool to delete a saved search. use when you need to permanently remove a saved filterset by its id after confirming the saved search identifier.

Get Saved Search

Tool to retrieve a saved search by id. use when you need to fetch details of a saved search after confirming its id.

Get Saved Search Usage Summary

Tool to get usage summary for a saved search. use after confirming the saved search id. example: "get usage summary for saved search 515fb9337c1074f6fd000003".

List Collaborator Access Details For Projects

Tool to list summary details of the projects a collaborator has access to. use when reviewing a collaborator's access across an organization.

List Collaborators

Tool to list collaborators in an organization. use when you need to retrieve all collaborators for a specified organization. example: "list collaborators for organization 515fb9337c1074f6fd000001".

List Collaborators On Project

Tool to list collaborators on a project. use when you need to retrieve all users with access to a given project after confirming its id. example: "list collaborators for project 515fb9337c1074f6fd000001".

List Configured Integrations For Project

Tool to list configured integrations for a project. use after confirming the project id to retrieve all integration summaries.

List Errors On Project

Tool to list all errors in a project. use when you need to retrieve errors with optional filtering by version and sorting.

List Event Fields For Project

Tool to list event fields for a project. use when you need to discover all available fields for filtering events in a specified project. example: "list event fields for project 515fb9337c1074f6fd000001".

List Events On Project

Tool to list events for a project. use when you need to retrieve all error occurrences (events) for a given project after confirming its id. example: "list events for project 515fb9337c1074f6fd000003".

20 actions available