Skip to Content

Sentry MCP

Triage errors, read stack traces, resolve issues, and manage Sentry projects and releases.

Overview

Catalog IDmcp-sentry
Categoryobservability
Auth methodOAuth
Blast radiusread-only
TrustVerified — published by cendriix
Version1.1.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
list_issuesList Sentry issues for an organization.
resolve_issueResolve a Sentry issue.
assign_issueAssign a Sentry issue to a team member.
list_projectsList Sentry projects in an organization.
get_event_detailGet details of a Sentry event.

Tool parameters

list_issues

List Sentry issues for an organization.

ParameterTypeDescription
orgSlugstringrequiredSentry organization slug
querystringoptionalSearch query (default: is:unresolved)

resolve_issue

Resolve a Sentry issue.

ParameterTypeDescription
orgSlugstringrequiredSentry organization slug
issueIdstringrequiredSentry issue ID

assign_issue

Assign a Sentry issue to a team member.

ParameterTypeDescription
orgSlugstringrequiredSentry organization slug
issueIdstringrequiredSentry issue ID
assigneestringrequiredAssignee (user or team identifier)

list_projects

List Sentry projects in an organization.

ParameterTypeDescription
orgSlugstringrequiredSentry organization slug

get_event_detail

Get details of a Sentry event.

ParameterTypeDescription
organization_slugstringrequiredOrganization slug
project_slugstringrequiredProject slug
event_idstringrequiredEvent ID

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Sentry and click Install
  3. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
  4. Click Test Connection to run a health check and list available tools

Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.

Blast radius

This MCP is classified read-only, and most of its tools only read data. Note that it does expose tools that write back to the connected service: resolve_issue, assign_issue.

Review these against your own change-management policy before installing, and use Policies to gate them if agents should not perform those actions unattended.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on