New errors since the deploy, issue deep-dives, code-to-error links — inside the post-mortem note.
Use case: "what broke last night?" — production errors analyzed inside the post-mortem note, with stack traces and frequencies.
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.sentry.dev/mcp"]
}
}
}
Official remote server (OAuth on first run). Self-hosted: the
@sentry/mcp-serverpackage over stdio withSENTRY_ACCESS_TOKENandSENTRY_HOSTinenv.
Exposed tools: find_issues, get_issue_details, find_errors_in_file,
update_issue, find_releases, get_trace_details…
Which new errors appeared in the last 24h on the "web-app" project?
For the top 3: message, frequency, users affected, and your reading of
the probable cause from the stack trace.
Detail issue WEB-APP-1234: first/last occurrence, volume, breadcrumbs.
Draft the start of a post-mortem: impact, cause hypothesis, proposed
actions.
Are there recent errors pointing at the file src/api/checkout.js?
If so, which ones and at which lines?