Sentry Error Monitoring
Unified capability for error monitoring, issue triage, release management, and alerting workflows using the Sentry API. Enables DevOps engineers and SREs to investigate production errors, triage and assign issues, track releases, and manage alert rules from a single interface.
What You Can Do
MCP Tools
list-organizations
List all Sentry organizations accessible to the authenticated token
list-issues
Search and filter Sentry issues. Use the query parameter with Sentry query syntax (e.g., 'is:unresolved assigned:me', 'level:error'). Use statsPeriod to control the time window (14d, 24h, 1h).
retrieve-issue
Get full details, stats, and metadata for a specific Sentry issue by ID
resolve-issue
Mark a Sentry issue as resolved. Sets status to 'resolved'. Use when a developer confirms the bug has been fixed and deployed.
assign-issue
Assign a Sentry issue to a user or team. Provide the username or team slug as the assignedTo value.
update-issue-priority
Change the priority of a Sentry issue (critical, high, medium, low)
list-issue-events
List raw error events for a Sentry issue including full stack traces. Set full=true to get complete stack trace data for debugging.
list-projects
List all projects in a Sentry organization
retrieve-project
Get details for a specific Sentry project by slug
list-releases
List releases for a Sentry organization with optional filtering by project or version
create-release
Create a new Sentry release to track a deployment. Associate commits for automatic issue attribution. Upload source maps separately after release creation.
list-alert-rules
List all metric and issue alert rules configured for a Sentry organization