Skip to content

Sentry Integration

The Sentry node lets your agents list and update issues and events from your Sentry projects.

Standard OAuth. No special setup required.

ToolDescription
search_issuesSearch issues using natural language — AI translates to Sentry search syntax
search_eventsSearch events, get counts and aggregations (errors, logs, spans, token usage)
search_issue_eventsFilter events within a specific issue by time, environment, release, user, or trace
ToolDescription
get_sentry_resourceFetch issue, event, trace, or breadcrumbs by URL or ID — includes stack traces, tags, event data
get_issue_tag_valuesGet tag distribution for an issue (browsers, URLs, environments, users affected)
get_event_attachmentDownload attachments from an event (screenshots, logs, files)
analyze_issue_with_seerAI-powered root cause analysis with specific code fixes (sentry.io only)
ToolDescription
find_organizationsList organizations you have access to
find_projectsList projects in an organization
find_teamsList teams in an organization
find_releasesList recent releases, find specific versions
ToolDescription
get_profile_detailsInspect raw profiling data — threads, stack traces, hot functions
Server URLhttps://mcp.sentry.dev/mcp
TransportStreamable HTTP
DocsSentry MCP
  • List Project Issues returns issues sorted by priority — useful for agents that triage or summarize error trends.
  • Update Issue can change status (resolved, ignored, unresolved), assign to a user, or merge issues.