Available Tools
sentry_list_issues
"Show the top 10 unresolved errors from the last 24 hours"
"List all critical issues affecting more than 100 users"sentry_get_issue
"Show the full stack trace for issue PROJ-1234"
"What caused the TypeError in the payment module?"sentry_search
"Search for errors containing 'connection refused'"
"Find all issues tagged with 'database'"sentry_resolve
"Mark issue PROJ-1234 as resolved"
"Ignore issue PROJ-5678 — it is a known upstream bug"sentry_stats
"Show error trends for the last 7 days"
"Which release introduced the most new issues?"Use Cases
Debug Production Errors
"Show me the latest unresolved error, read the stack trace, then find and fix the bug in our code"
-> Agent queries Sentry, reads the trace, navigates to the buggy file, writes a fixRelease Health
"Compare error rates between v2.3 and v2.4 releases"
-> Agent queries Sentry stats and identifies regressionsKey Stats
- 2,000+ GitHub stars
- Official Sentry integration
- Issue listing, search, resolution
- Stack trace analysis
- Release and regression tracking
FAQ
Q: What is Sentry MCP? A: An MCP server that gives AI agents access to Sentry error monitoring — query issues, read stack traces, and resolve bugs via natural language.
Q: Is Sentry MCP free? A: The MCP server is open-source. Sentry has a free tier for small projects.
Q: Can the agent auto-fix bugs from Sentry? A: Yes — the agent reads the stack trace from Sentry, navigates to the buggy file in your project, and writes a fix.