monitoringOfficial
Sentry MCP
73
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
62227/wk4.1K tokens(2%)Official3d ago
Network
sentryerrorsmonitoringdebuggingperformance
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Sentry MCP. Learn more
Sentry Observabilityworkflow
Read-only observability: list issues, view events, monitor production errors via Sentry API. Includes bundled Python script.