MCPHIVE

Sentry MCP: Documentation

Updated:

Connection

Remote: https://mcp.sentry.dev/mcp (OAuth via your Sentry account, connected from the client UI — Cursor, Claude Code, etc.).

Tools

  • find_organizations / find_projects / find_teams — discover accessible organizations, projects and teams.
  • find_releases — release info to match an incident to a deploy.
  • search_issues — search issues in plain language, no Sentry query syntax needed.
  • get_issue_details — stack trace, files and full context for a specific error.
  • search_issue_events — error events filtered by time, environment, release, user, tags.
  • get_issue_tag_values, get_trace_details, get_event_attachment — tags, distributed trace, event attachments.
  • get_replay_details, get_profile_details — session replays and performance profiles.
  • update_issue — resolve, archive or assign an issue directly from chat.
  • begin_seer_issue_fix — trigger Seer, autonomous root-cause analysis across the whole project history.

Agent flow

"What broke after yesterday's release?" — the agent pulls fresh issues, stack traces and candidate commits.

Pricing

The MCP server is free for any Sentry account (including the free Developer plan with 5K events/month). Seer is a separate feature with a limited free trial, billed afterward per your Sentry plan.

Sentry MCP — Documentation