Analytics
Verified
Trust: 51/100 (Fair)Sentry MCP Guide
Query Sentry error tracking data. View issues, search events, and manage error resolution workflows.
267 stars 8,900 downloadsby Sentry
Quick Start
Install
npx @mcp/sentryClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"@mcp/sentry"
]
}
}
}What Sentry MCP Can Do
query_issues
Search and filter Sentry issues
view_events
View error event details
Permissions Required
Sentry MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
sentry.read | Read Sentry data | low |
sentry.write | Resolve and assign issues | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Partial |