AI-powered error triage and debugging with Sentry integration
The official Sentry MCP Server brings AI-powered error triage and debugging into your AI assistant. Query error events, inspect stack traces, analyze crash trends, and manage issue assignments directly through natural language.
Built by Sentry, the server connects to your Sentry organization using an auth token. It provides tools to search issues, view event details, examine breadcrumbs, and understand error frequency patterns.
Perfect for on-call engineers, SREs, and developers who want to quickly diagnose production errors without navigating the Sentry dashboard.
Add this to your MCP configuration file:
{
"mcpServers": {
"sentry": {
"env": {
"SENTRY_AUTH_TOKEN": "<your-token>"
},
"args": [
"-y",
"@sentry/mcp-server"
],
"command": "npx"
}
}
}Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Scanned 4 files · 0 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!