How to integrate Sentry MCP with Codex

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Sentry logo
Codex logo
divider

Introduction

Codex is one of the most popular coding harnesses out there. And MCP makes the experience even better. With Sentry MCP integration, you can draft, triage, summarise emails, and much more, all without leaving the terminal or the app, whichever you prefer.

Also integrate Sentry with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • CodeAct: A dedicated workbench that allows GPT to write its code to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool responses: Handle them to minimise context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so GPTs aren't overwhelmed by tools you don't need.

How to install Sentry MCP in Codex

Run the setup command

Run this command in your terminal to add the Composio MCP server to Codex.

Terminal

It will initiate the authentication in a browser window, authorize Codex to access your Composio account.

Composio authentication page

(Optional) Authenticate with OAuth

To authenticate manually, run the login command to open a browser window and authorize Codex to access your Composio account.

bash
codex mcp login composio

Verify the connection

Run codex mcp list to confirm Composio appears as a registered MCP server.

bash
codex mcp list

Codex App

Codex App follows the same approach as VS Code.

  1. Click ⚙️ on the bottom left → MCP Servers → + Add servers → Streamable HTTP:
  2. Fill the header and Key fields with { "x-consumer-api-key" = "ck_*******" }.
  3. The Key is the Composio API key, that you can find on dashboard.composio.dev
  4. Click on Authenticate and authorize Codex to your Composio account and you're all set.
Codex App MCP setup
  1. Restart and verify if it's there in .codex/config.toml
bash
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"
http_headers = { "x-consumer-api-key" = "ck_*******" }

What is the Sentry MCP server, and what's possible with it?

The Sentry MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Sentry account. It provides structured and secure access to your projects, teams, and monitoring data, so your agent can perform actions like managing alerts, configuring dashboards, inviting team members, and tracking error monitors on your behalf.

  • Project and team management: Your agent can access project details, add teams to projects, and manage organization teams, helping you stay on top of collaboration and permissions.
  • Organization member onboarding: Effortlessly invite new members to your Sentry organization or add existing members to teams via email, streamlining team setup and access control.
  • Automated alert and monitor creation: Set up metric alert rules and create scheduled monitors (like cron jobs) to track incidents and automate error tracking for projects.
  • Dashboard and widget configuration: Instruct your agent to create custom dashboards with widgets tailored to your organization's needs, enabling focused error monitoring and visualization.
  • User identity and email management: Link users to external identity providers or manage user emails, keeping your organization’s authentication and contact information up to date.

Supported Tools & Triggers

Tools
Access project informationRetrieves detailed information for a Sentry project, given its existing organization and project ID or slug.
Add a symbol source to a projectTool to add a custom symbol source to a Sentry project.
Add organization member via emailInvites 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 idAdds or removes a secondary email for an existing Sentry user, determined by whether the email already exists for that user.
Add team member in organizationAdds 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 projectGrants a Sentry team access to a Sentry project within the specified Sentry organization.
Bulk mutate an organization's issuesBulk mutate various attributes on issues within an organization.
Bulk remove an organization's issuesPermanently removes issues from an organization.
Create an alert for an organizationCreates a workflow alert for a Sentry organization using the New Monitors and Alerts system.
Create dashboard with widgetsCreates 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 organizationLinks 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 ruleCreates 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 monitorCreates 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 teamCreates a new team in a Sentry organization, requiring either a 'slug' or 'name' to define the team.
Create project key with optional rate limitingCreates a new client key (DSN) for an existing Sentry project, with optional custom rate limit configuration.
Create project rule for alertsCreates 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 subscriptionRegisters 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 orgCreates a new deploy record in Sentry to track the introduction of a release version into a specific environment.
Create release for organizationCreates a new Sentry release for an existing organization, associating it with specified projects that must belong to that organization.
Create scim group for organizationCreates a new Sentry team (SCIM group) within an organization via the SCIM API.
Create sentry external issue linkLinks 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 organizationCreates 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 integrationCreates a new Sentry organization member via a SCIM request for SAML integration; this action does not support setting secondary emails.
Delete a custom integrationDeletes a custom integration (Sentry App) by its ID or slug.
Delete an alert⚠️ This endpoint is currently in beta and may be subject to change.
Delete bulk alertsBulk delete alerts for a given organization.
Delete dsyms for projectPermanently removes a specific Debug Information File (DIF), used for symbolicating crash reports, from the specified Sentry project and organization.
Delete external issue by uuidUnlinks an external issue (e.
Delete an external team by idUnlinks a previously established external team from a Sentry team; this action does not delete either the Sentry team or the external team.
Delete external user from organizationDeletes the link between an external user (from an integration provider like GitHub, Slack, GitLab, or MS Teams) and a Sentry user within the specified organization.
Delete member from teamRemoves an organization member from a Sentry team, revoking their team-specific permissions, provided the member is currently part of that team.
Delete organization alert rulePermanently deletes a metric alert rule from a Sentry organization.
Delete organization dashboardDeletes a custom dashboard or tombstones (marks as deleted) a pre-built dashboard within a Sentry organization.
Delete organization discover queryPermanently removes a specific saved Discover query (a configuration for exploring event data) from a Sentry organization.
Delete organization integrationPermanently removes an integration installation from a Sentry organization.
Delete organization issuePermanently deletes a specific Sentry issue, identified by its ID, from an organization; this operation is irreversible and idempotent.
Delete organization memberPermanently removes a member from a Sentry organization, revoking their access to that organization and all its associated projects.
Delete organization monitorDeletes a Sentry cron monitor or, if `environment` is specified, only specific environments within that monitor.
Delete organization releasePermanently and irreversibly removes a Sentry release, including all its associated files, identified by its version from the specified organization.
Delete organization release fileTool to delete a file from an organization release.
Delete org notification actionDeletes a specific Spike Protection Notification Action for a Sentry organization, where `action_id` must be a valid action associated with the `organization_id_or_slug`.
Delete project by idSchedules a Sentry project for asynchronous deletion within a specified organization, hiding it from most public views once the process begins.
Delete project hookDeletes a specific service hook from a Sentry project using its organization, project, and hook identifiers.
Delete project issuesPermanently removes specified issues from a Sentry project; if no issue IDs are provided, it removes the oldest 1000 issues.
Delete project keyPermanently deletes a specific client key (DSN) for a project, preventing it from being used to send events to Sentry.
Delete project monitorDeletes a Sentry monitor, or optionally only its specified environments, for a given project.
Delete project replayPermanently deletes a specific Sentry session replay (a video-like reproduction of user interactions, including console logs and network activity) from the specified project and organization.
Delete project rulePermanently deletes a specific issue alert rule from an existing project within an existing Sentry organization.
Delete project team associationRevokes a team's access to a Sentry project; this operation is idempotent.
Delete release file by idPermanently deletes a specific build artifact (e.
Delete a symbol source from a projectDeletes a custom symbol source from a Sentry project.
Delete team by organization and team slugSchedules a Sentry team for asynchronous deletion, which releases the team's slug for reuse upon successful scheduling.
Delete a team from an organization (SCIM v2)Permanently and irreversibly deletes a specific team from a Sentry organization via a SCIM v2 request, provided SCIM integration is enabled for the organization.
Delete user emails by idPermanently removes a Sentry user's email address; if multiple emails exist, Sentry's API logic (e.
Delete user from orgRemoves a SCIM-managed member from a Sentry organization that has SCIM enabled, permanently revoking their access.
Disable spike protectionDisables Spike Protection feature for specified projects within a Sentry organization.
Fetch alertsRetrieves a list of alerts (workflows) for a Sentry organization.
Fetch a monitorFetches detailed information for a specific monitor (detector) within an organization.
Fetch an alertRetrieves detailed information for a specific alert workflow.
Fetch an organization's monitorsRetrieves monitors (detectors) for a Sentry organization.
Fetch issue event by idRetrieves the 'latest', 'oldest', or 'recommended' event for a Sentry issue within an organization, optionally filtered by environment(s).
Fetch organization alert rulesRetrieves a list of active metric alert rules for an existing Sentry organization, identified by its ID or slug.
Fetch organization release threshold statusesRetrieves derived health statuses for release thresholds in a Sentry organization for a given time range, optionally filtered by environment, project, or release; `start` and `end` times must be provided together.
Fetch organization replay countRetrieves the total count of session replays for a specified Sentry organization, filterable by time range, environment, project, and query.
Fetch organization replay detailsRetrieves detailed information for a specific replay session by ID within a Sentry organization, optionally filtering time-series data using `statsPeriod` or `start`/`end`, and further refining by projects, environments, or specific fields.
Fetch organization replay selectorsRetrieves replay selectors (CSS/DOM selectors from session replays) for a Sentry organization.
Fetch project environment detailsRetrieves detailed information for a specific environment within a Sentry project.
Fetch project ownership detailsRetrieves the ownership configuration, like CODEOWNERS rules or Issue Owner settings, for a specified Sentry project.
Fetch project release filesRetrieves artifact files (e.
Fetch project replay clicksFetches a list of user click interactions for a specific Sentry session replay, including the clicked DOM element ID and timestamp.
Fetch replay recording segmentRetrieves a specific recording segment for a Sentry replay, requiring valid organization, project, replay, and segment identifiers.
Fetch Tag Values for IssueRetrieves a list of distinct values for a specified tag key associated with an existing Sentry issue, useful for understanding tag manifestations like browser versions or affected users.
Get alerts and monitorsTool to retrieve all combined alert rules and monitors for a Sentry organization.
Get integration details by orgRetrieves details for a specific integration, identified by `integration_id`, installed within an existing Sentry organization, identified by `organization_id_or_slug`.
Get organization by id or slugRetrieves a Sentry organization by its ID or slug; use the `detailed` parameter to optionally exclude project and team details for a more concise response.
Get organization detailsRetrieves Sentry organizations accessible via the current authentication, with scope varying between user (all in region) and API key (linked org only) credentials.
Get organization environmentsLists deployment environments for a Sentry organization, optionally filtered by visibility status.
Get organization issue detailsRetrieves detailed information for a specific issue within a Sentry organization.
Get organization release versionRetrieves detailed information, including optional health data and statistics, for a specific release version within a Sentry organization.
Get organization sessionsRetrieves time series data for an organization's Sentry project release health sessions; note session duration data (e.
Get organization stats summaryRetrieves summarized event statistics for a Sentry organization, aggregated by project, allowing queries for event counts or unique occurrences over a specified time period and resolution, with filtering by project, category, and outcome.
Get project eventsRetrieves a list of error events for a specified project within a Sentry organization, with options for pagination and detail level.
Get project event statsRetrieves time-series event statistics for a Sentry project.
Get project hookRetrieves detailed information for an existing service hook within a Sentry project.
Get project listLists all Sentry projects the authenticated token has membership access to across all organizations.
Get project monitor by idRetrieves detailed information for a specific Sentry cron monitor, provided the organization, project, and monitor exist.
Get project rule detailsRetrieves detailed information for a specific issue alert rule within a Sentry project.
Get SCIM group by team IDRetrieves SCIM group information for a specific Sentry team.
Get sentry app installations for organizationRetrieves a list of Sentry App installations for a given organization, which must exist.
Get team members by id or slugRetrieves all active members of a Sentry team with detailed user information, roles, and permissions.
Get who viewed replay by projectRetrieves users who viewed a specific, existing session replay within a Sentry project and organization.
Ingest event via DSNIngests a single custom event into a Sentry project using its DSN via the Envelope ingestion endpoint.
List an organization's client keysLists all client keys (DSNs) across all projects in an organization.
List an organization's issuesReturns a list of issues (error groups) for an organization.
List a project's user feedbackRetrieves a list of legacy user feedback items within a Sentry project.
List a tag's values for an issueReturns a list of values associated with this key for an issue.
List organization dashboardsRetrieves a list of custom dashboards for a Sentry organization, with pagination support.
List organization membersLists all members, including those with pending invitations, for a Sentry organization.
List organization releasesRetrieves a list of releases for an existing Sentry organization, optionally filtering by a query string that matches the start of the release version.
List organization repositoriesRetrieves a list of version control repositories for a specific Sentry organization, which must exist and is identified by its ID or slug.
List User's Teams in OrganizationRetrieves a list of all teams that the authenticated user has access to within the specified Sentry organization.
List project usersRetrieves users who have interacted with or are recognized within a specific Sentry project, optionally filtered by a query.
List SCIM v2 organization usersRetrieves a paginated list of SCIM (System for Cross-domain Identity Management) users for a Sentry organization, allowing for filtering, pagination, and attribute exclusion.
List Seer AI modelsRetrieves the list of AI models currently used in production in Seer.
List teams in organizationLists teams for an existing Sentry organization, optionally including project details and supporting pagination via a cursor.
Create an external teamLinks an external team or channel (e.
Modify organization notification actionModifies an organization's notification action, specifically for `spike-protection` triggers.
Modify organization settingsUpdates settings for a Sentry organization, such as name, slug, member roles, privacy, and integrations; if `avatarType` is 'upload', `avatar` (base64 image) is required.
Modify release file attributesUpdates attributes (e.
Mutate an organization's alertsBulk enable or disable alerts for an organization.
Mutate an organization's monitorsBulk enable or disable monitors for an organization.
Patch SCIM group operationsPerforms SCIM PATCH operations (RFC 7644) to update attributes of a SCIM-enabled Sentry team, provided SCIM integration is active for the organization.
Deactivate an organization memberDeactivates and permanently deletes a Sentry organization member by using a SCIM PATCH operation to set their 'active' attribute to 'false'.
Enable spike protection for an organizationEnables or updates Spike Protection for specified projects (or all projects using `['$all']`) within an existing Sentry organization, to which the projects must belong.
Query explore events in timeseries formatRetrieves explore data for a given organization as a timeseries.
Retrieve a custom integration by id or slugRetrieves detailed information about a custom integration (Sentry App) by its slug.
Retrieve aggregated test result metricsRetrieves aggregated test result metrics for a repository, owner, and organization.
Retrieve alert rule detailsRetrieves detailed information for a specific metric alert rule within a Sentry organization.
Retrieve a monitorRetrieves detailed information for a specific monitor within an organization.
Retrieve commit files for releaseRetrieves files changed in commits for a specified Sentry release; the release must exist and have linked commits.
Retrieve an organization's repository commitsRetrieves a list of commits for a given repository within a Sentry organization.
Retrieve custom integration issue linksRetrieves all external issue links for a Sentry issue.
Retrieve data forwarders for an organizationReturns a list of data forwarders for an organization.
Retrieve dsym files for projectRetrieve a list of debug information files (dSYM files) for a specified Sentry project, used for symbolication to display human-readable stack traces.
Retrieve event id for organizationResolves a Sentry event ID to its project and issue details within an accessible Sentry organization.
Retrieve files for releaseRetrieves artifact files for a specific release version in a Sentry organization; the organization and release must exist, and the response `data` field will contain the file information as a dictionary.
Retrieve issue events by idRetrieves events for a specified Sentry `issue_id`, which must be an existing issue.
Retrieve issue hashes for organizationRetrieves a list of grouping checksums (hashes) generated by Sentry for a specific issue within an organization, used for understanding event aggregation.
Retrieve issue tag detailsRetrieves detailed information (e.
Retrieve monitor checkinsRetrieves the history of check-ins for a Sentry monitor, providing insights into the health and performance of associated scheduled tasks.
Retrieve monitor checkins by orgRetrieves check-ins (pings/heartbeats of a monitored cron job or task) for a specific monitor within a Sentry organization.
Retrieve notification action by org idRetrieves details for a specific Spike Protection Notification Action, which defines alerts for triggered spike protection rules, within a Sentry organization.
Retrieve organization dashboardFetches detailed information about a specific custom dashboard within a Sentry organization.
Retrieve organization eventsRetrieves Discover event data for a Sentry organization; the `sort` field must be in the `field` list (not an equation), and `field` has a 20-item limit.
Retrieve organization integrations listRetrieves a list of available integrations for an existing Sentry organization.
Retrieve organization memberRetrieves details for a Sentry organization member or pending invitee, including role, teams, and status, using their member ID and the organization's ID or slug.
Retrieve organization monitorsRetrieves cron monitors for a Sentry organization, including details of nested monitor environments.
Retrieve organization projectsRetrieves a list of Sentry projects for a specified organization (which must be accessible), supporting pagination via cursor.
Retrieve organization relay usageRetrieves a list of trusted Sentry Relays configured for an organization.
Retrieve organization release commitsRetrieves a list of commits for a given release version in an existing Sentry organization, if the release exists.
Retrieve organization replaysFetches session replays for a Sentry organization; use `statsPeriod` for relative time, or `start` and `end` (used together) for absolute time ranges.
Retrieve organization SCIM groupsRetrieves a paginated list of SCIM groups (teams) for a Sentry organization; the `members` field in the response for each group will contain at most 10,000 members.
Retrieve organization stats v2Retrieves Sentry organization event statistics; specify time range with `statsPeriod` OR both `start`/`end`; note that grouping by `project` returns a sum not a time-series, and `interval` (if used) must be 1h-1d and cleanly divide 24 hours.
Retrieve org integration configRetrieves configuration for all integrations, or a specific integration if `providerKey` is given, for an existing Sentry organization.
Retrieve paginated repository tokensRetrieves a paginated list of repository tokens for a given owner.
Retrieve project environmentsRetrieves a list of environments for an existing project within a Sentry organization.
Retrieve project event by idRetrieves detailed information for a specific Sentry event using its ID, organization identifier, and project identifier.
Retrieve project filter dataRetrieves a Sentry project's current data filtering settings, used to ignore events from sources like localhost, web crawlers, or legacy browsers.
Retrieve project hooksReturn a list of service hooks (webhooks) bound to a Sentry project, used to send notifications to external services upon event occurrences.
Retrieve project issues listRetrieves a list of issues for a Sentry project, defaulting to unresolved issues unless an empty `query` string is provided or specific `hashes` are used.
Retrieve project key detailsRetrieves details of a specific client key (DSN) for a Sentry project, which is used by Sentry SDKs to send event data.
List a project's client keysRetrieves a list of client keys (DSNs), used by Sentry SDKs to send events, for a specified project within an organization.
Retrieve project members listRetrieves active organization members belonging to any team assigned to the specified Sentry project.
Retrieve project release file detailsRetrieves metadata (default) or raw content (if `download` is true) for a specific file within a Sentry project's release version.
Retrieve project rules by org and project idRetrieves a list of active issue alert rules associated with a specific project within an organization.
Retrieve project symbol sourcesRetrieves custom symbol sources for a Sentry project, either listing all or fetching a specific one if its ID is provided.
Retrieve project tag valuesRetrieves up to 1000 unique values for a specified tag key that has been recorded for events within a Sentry project.
Retrieve project teamsRetrieves a list of teams with explicit access to a specific project within a Sentry organization.
Retrieve release commitsRetrieves a list of commits associated with a specific release version within a Sentry project.
Retrieve release deploymentsRetrieves a list of all deployment records for a specific release version in an organization, detailing each deployment's environment and timestamps.
Retrieve release file by idRetrieves a specific file's content or its metadata from a Sentry release, using the `download` parameter to choose between raw content or JSON metadata.
Retrieve replay recording segmentsRetrieves a paginated list of recording segments for a specific Sentry replay, used for reconstructing or analyzing the replay.
Retrieve saved discover queriesRetrieves a paginated list of saved Discover queries for a Sentry organization.
Retrieve saved discover query for organizationRetrieves a specific saved Discover query (a predefined set of filters and conditions for exploring event data) for a Sentry organization.
Retrieve Seer issue fix stateRetrieves the current detailed state of an AI-assisted autofix process for a Sentry issue.
Retrieve short id for organizationResolves a Sentry short ID (e.
Retrieve source map debug eventRetrieves detailed debug information for diagnosing source map processing issues for a specific Sentry event, stack trace frame, and exception index.
Retrieve team infoRetrieves detailed information for an existing Sentry team within its organization, optionally expanding related data (e.
Retrieve team projectsRetrieves a list of Sentry projects for a specific team within an organization, supporting pagination via a cursor.
Retrieve the custom integrations created by an organizationRetrieves custom integrations (Sentry Apps) created by an organization.
Retrieve user email informationRetrieves a list of email addresses for an existing Sentry user, identified by their `user_id`.
Retrieve user via SCIM APIRetrieves an individual Sentry organization member's details using the SCIM v2 API.
Save organization discover querySaves a new Discover query with a unique name for a Sentry organization, allowing reuse of search criteria for analyzing event data (errors, transactions) across specified projects and environments.
Start Seer issue fixTrigger a Seer Issue Fix run for a specific issue.
Submit notification action API dataCreates a Sentry notification action for 'spike-protection' triggers, requiring `integration_id` if `service_type` is 'slack', 'pagerduty', or 'opsgenie', and `target_identifier`/`target_display` if `service_type` is 'slack' or 'opsgenie'.
Switch team role for memberChanges a member's role within a Sentry team, ensuring the member is already part of the team and that any organization-level role restrictions are respected.
Toggle project filter statusUpdates the status or configuration of a specific inbound data filter for a Sentry project; use `active` for most filters, or `subfilters` if `filter_id` is `legacy-browsers`.
Update a monitorUpdates a monitor's configuration and settings.
Update a monitor by IDUpdates an existing Sentry monitor (detector) for metric-based issue detection.
Update an alert by IDTool to update an existing Sentry alert (workflow) by ID.
Update an existing custom integrationUpdates an existing custom integration (Sentry App) with new configuration.
Update a symbol source in a projectUpdates an existing custom symbol source (HTTP, GCS, or S3) in a project for fetching debug symbols.
Update environment visibilityUpdates the visibility of a specific environment within a Sentry project.
Update external team integrationUpdates an existing external team integration's display name, provider, Sentry integration ID, or external ID; the `integration_id` must match a valid, configured Sentry integration for the organization and the specified `provider`.
Update external user for organizationUpdates attributes of an existing external user linkage (identified by `external_user_id`) within a Sentry organization (specified by `organization_id_or_slug`).
Update issue attributes in organizationUpdates specified attributes of an existing Sentry issue within a Sentry organization, leaving other attributes unchanged.
Update monitor for projectUpdates a monitor for a project.
Update organization alert rulesReplaces an existing Sentry metric alert rule's configuration; fields not provided in the request are removed or reset.
Update organization dashboardUpdates an existing custom dashboard, allowing modifications to its title, widgets, and data filters; providing `widgets`, `projects`, `environment`, `period`, `start`, `end`, or `filters` will overwrite existing settings for those fields.
Update organization member roleUpdates a Sentry organization member's organization-level role (`orgRole`) and/or their team roles (`teamRoles`), ensuring the initiator has permissions equivalent to both the member's current and intended new `orgRole` if `orgRole` is being modified.
Update project detailsUpdates a Sentry project's settings (e.
Update project issue status and detailsBulk update attributes of issues in a Sentry project, targeting issues by a list of IDs or by a query status (which implies updating all matching issues if IDs are omitted).
Update project key configurationUpdates configuration settings (e.
Update project ownership settingsUpdates the ownership configuration settings (raw rules, fallthrough, auto-assignment, CODEOWNERS sync) for a Sentry project; omitted attributes retain their current values.
Update project release file detailsUpdates the name (path) or distribution identifier of a specific file within an existing project release in Sentry.
Update Project Rule By IdUpdates an existing Sentry project issue alert rule by `rule_id`, completely overwriting it; all rule fields must be provided in the request, as omitted fields may be cleared or reset to defaults.
Update release details for organizationUpdates an existing Sentry release's details for an organization, including its reference, URL, release date, associated commits, or repository references.
Update a saved query for an organizationUpdates an existing Discover saved query for a Sentry organization.
Update team information by organization idUpdates the slug for an existing team within a Sentry organization.
Update user emailUpdates the primary email address for a Sentry user.
Update webhook configurationUpdates an existing Sentry service hook's target URL and subscribed event types for a given project and organization.
Upload dsyms file to projectUploads a dSYM (debug symbols) zip archive, containing an Apple .
Upload file to project releaseUploads a file to a Sentry project release, for an existing organization, project, and version; uses `multipart/form-data` and the region-specific Sentry domain.
Upload release file to organizationUploads a new file, such as a source map or debug information, to an existing release version in a Sentry organization.
View organization notification actionsRetrieves Spike Protection notification actions for a Sentry organization, filterable by project IDs or slugs (slugs take precedence); if `triggerType` is used, it must be 'spike-protection'.

Conclusion

You've successfully integrated Sentry with Codex using Composio's MCP server. Now you can interact with Sentry directly from your terminal, VS Code, or the Codex App using natural language commands.

Key benefits of this setup:

  • Seamless integration across CLI, VS Code, and standalone app
  • Natural language commands for Sentry operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • CodeAct workbench for complex tool chaining

Next steps:

  • Try asking Codex to perform various Sentry operations
  • Explore cross-app workflows by connecting more toolkits
  • Build automation scripts that leverage Codex's AI capabilities

How to build Sentry MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Sentry MCP?

With a standalone Sentry MCP server, the agents and LLMs can only access a fixed set of Sentry tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Sentry and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with Codex?

Yes, you can. Codex fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Sentry tools.

Can I manage the permissions and scopes for Sentry while using Tool Router?

Yes, absolutely. You can configure which Sentry scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Sentry data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.