Developer Tools
Sentry MCP
Sentry MCP connects your AI assistant to Sentry for error monitoring and debugging. Query recent issues, analyze error trends, manage alert rules, and get AI-powered debugging suggestions based on stack traces and breadcrumbs.
Stars
3.4k
Installs
61.0k
License
BSD-3-Clause
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 3.4k · catalog
- Freshness: Updated 2026-01-15
- Used in 5 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: SENTRY_AUTH_TOKEN
- · Environment: SENTRY_ORG
- · Node.js 18+
Reference command
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "<your-auth-token>",
"SENTRY_ORG": "<your-org-slug>"
}
}
}
}