mcpservers.md

Sentry MCP

Official Sentry MCP server — query errors, analyze issues, and get AI-powered debugging help directly from your Sentry account.

TRUSTED · Official
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.sentry.dev/sse"]
    }
  }
}

Paste into your client's MCP configuration file.

"Show me the top 3 unresolved errors in my Sentry project from the last 24 hours"

Easy Setup

API key or simple config

Light usage
  • You use Sentry for error tracking and want AI-assisted triage
  • You need to investigate a specific error without opening the Sentry UI
  • You want to summarize top errors across projects for a standup
  • You're building workflows that auto-investigate new issues
  • You use Rollbar, Datadog, or another error tracking service
  • You need real-time streaming of new errors as they happen
  • You only use Sentry for performance monitoring (not its focus)
1

Error Triage

Get a daily summary of the top errors across your projects.

"Show me the top 5 unresolved errors in the production project from the last 24 hours"

2

Stack Trace Analysis

Pull a specific issue's stack trace and have AI explain what's happening.

"Look up Sentry issue PROD-1234 and explain what the stack trace suggests is wrong"

3

Trend Investigation

Check if an error is getting worse or fading out.

"Show me the trend of this error over the last 7 days — is it getting worse?"

Imagine asking your AI: 'What are our top 5 production errors from the last 24 hours?' or 'Summarize the stack trace of this issue' — and it pulls real data from Sentry. This server connects your AI to Sentry so it can query issues, read stack traces, and help you debug production errors through conversation.

The official Sentry MCP server connects AI assistants to your Sentry error monitoring data. Query issues, analyze error patterns, get stack traces, and let AI help you prioritize and fix bugs faster.

Maintained by Sentry with OAuth authentication support. One of the most useful devtools integrations for production debugging.

GitHub 1.8kUpdated Feb 12, 2025MIT
Claude Cursor Cline
#sentry#error-monitoring#debugging#devops#official