Error tracking and performance monitoring
Track errors, monitor performance, and get alerts for issues in production. Comprehensive error reporting with stack traces and context.
{
"mcpServers": {
"sentry": {
"env": {
"SENTRY_ORG": "your_org_slug",
"SENTRY_AUTH_TOKEN": "your_auth_token"
},
"args": [
"-y",
"@sentry/mcp-server"
],
"command": "npx"
}
}
}SENTRY_ORGyour_org_slugSENTRY_AUTH_TOKENyour_auth_token