Sentry MCP
Triage errors, read stack traces, resolve issues, and manage Sentry projects and releases.
Overview
| Catalog ID | mcp-sentry |
| Category | observability |
| Auth method | OAuth |
| Blast radius | read-only |
| Trust | Verified — published by cendriix |
| Version | 1.1.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_issues | List Sentry issues for an organization. |
resolve_issue | Resolve a Sentry issue. |
assign_issue | Assign a Sentry issue to a team member. |
list_projects | List Sentry projects in an organization. |
get_event_detail | Get details of a Sentry event. |
Tool parameters
list_issues
List Sentry issues for an organization.
| Parameter | Type | Description | |
|---|---|---|---|
orgSlug | string | required | Sentry organization slug |
query | string | optional | Search query (default: is:unresolved) |
resolve_issue
Resolve a Sentry issue.
| Parameter | Type | Description | |
|---|---|---|---|
orgSlug | string | required | Sentry organization slug |
issueId | string | required | Sentry issue ID |
assign_issue
Assign a Sentry issue to a team member.
| Parameter | Type | Description | |
|---|---|---|---|
orgSlug | string | required | Sentry organization slug |
issueId | string | required | Sentry issue ID |
assignee | string | required | Assignee (user or team identifier) |
list_projects
List Sentry projects in an organization.
| Parameter | Type | Description | |
|---|---|---|---|
orgSlug | string | required | Sentry organization slug |
get_event_detail
Get details of a Sentry event.
| Parameter | Type | Description | |
|---|---|---|---|
organization_slug | string | required | Organization slug |
project_slug | string | required | Project slug |
event_id | string | required | Event ID |
Installing
- In Cendriix, go to Settings → MCPs
- Find Sentry and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- 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
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations