S

Sentry MCP Server

Verified

Query Sentry issues, events, and error tracking data from AI agents.

open-source 71/100 Monitoring & Observability sentry error-tracking monitoring debugging observability

A Model Context Protocol server for Sentry error tracking. Enables AI agents to query issues, search for errors, view stack traces, and analyze error patterns in Sentry projects.

Supports listing issues, viewing event details, resolving issues, and searching across projects and organizations.

Install

npx -y @sentry/mcp-server

MCP Client Config

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "<your-auth-token>"
      }
    }
  }
}

Required Environment Variables

  • SENTRY_AUTH_TOKEN

Capabilities

Tools

list_issuesget_issuesearch_issuesresolve_issueget_event

Compatible With

Claude Desktop Claude Code Cursor

Pricing

Server is free. Sentry has free tier for up to 5K errors/month.

Metrics

850

GitHub Stars

6,400

Installs

520

Weekly

5

Open Issues