monitoringOfficial
Sentry MCP
70
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
5645/wk4.1K tokens(2%)Official2d 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"
}
}
}
}