Sentry

Sentry

Integrate Sentry to manage your error tracking and monitoring.

1366VIEWS
128USERS

Install MCP Server

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

npx @composio/cli add cursor --app sentrynpx @composio/cli add cursor --app sentrynpx @composio/cli add cursor --app sentrynpx @composio/cli add cursor --app sentry

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

Available Tools

Access Project Information

Retrieves detailed information for a sentry project, given its existing organization and project id or slug.

Add Organization Member Via Email

Invites a new member (or re-invites an existing non-accepted member) to a sentry organization via email, allowing specification of organization and team roles.

Add Or Remove User Email By Id

Adds or removes a secondary email for an existing sentry user, determined by whether the email already exists for that user.

Add Team Member In Organization

Adds an existing member of an organization to one of its teams; the member must already belong to the organization, and the team must also belong to that organization.

Add Team To Project

Grants a sentry team access to a sentry project within the specified sentry organization.

Create Dashboard With Widgets

Creates a sentry dashboard with widgets for an organization; `organization id or slug` and specified `project` ids must be valid, and `start`/`end` datetimes (if absolute range) must form a logical iso 8601 range.

Create External User For Organization

Links a sentry user to an external identity provider's user within a sentry organization; the sentry user must be an organization member, an active integration for the provider must be configured, and `external id` is typically required for the external user.

Create Organization Alert Rule

Creates a sentry metric alert rule for an organization, mandating a 'critical' trigger, typically for a single project, where actions may require sentry integrations.

Create Organization Monitor

Creates a new monitor (type 'cron job') within a sentry organization to track scheduled tasks, allowing configuration of its name, slug (which must be unique if provided), status, owner, and muting preferences for incidents.

Create Organization Team

Creates a new team in a sentry organization, requiring either a 'slug' (preferred, as 'name' is deprecated) or 'name' to define the team.

Create Project Key With Optional Rate Limiting

Creates a new client key (dsn) for an existing sentry project, with optional custom rate limit configuration.

Create Project Rule For Alerts

Creates a sentry project alert rule by defining conditions, actions, and optional filters using specific json structures (detailed in parameter descriptions) to automate responses to event patterns for an existing organization and project.

Create Project Webhook Subscription

Registers a new webhook subscription for a sentry project to send http post notifications to a specified url for given events, provided the project has the 'servicehooks' feature enabled.

Create Release Deploy For Org

Creates a new deploy record in sentry to track the introduction of a release version into a specific environment.

Create Release For Organization

Creates a new sentry release for an existing organization, associating it with specified projects that must belong to that organization.

Create Scim Group For Organization

Creates a new sentry team (scim group) within an organization where scim is enabled; a url-friendly slug is auto-generated from the `displayname` (e.g., 'my team' becomes 'my-team' by lowercasing and replacing spaces with dashes), and the team starts with no members.

Create Sentry External Issue Link

Links an existing sentry issue to an issue in an external service, or updates an existing link, requiring a configured sentry app installation `uuid`.

Create Team Project For Organization

Creates a new sentry project for an existing organization and team, allowing configuration of its name, slug, platform, and default alert rules.

Create User For Saml Integration

Creates a new sentry organization member via a scim request for saml integration; this action does not support setting secondary emails.

Delete Dsyms For Project

Permanently removes a specific debug information file (dif), used for symbolicating crash reports, from the specified sentry project and organization.

20 actions available