The Sentry node lets your agents list and update issues and events from your Sentry projects.
Standard OAuth. No special setup required.
| Tool | Description |
|---|
search_issues | Search issues using natural language — AI translates to Sentry search syntax |
search_events | Search events, get counts and aggregations (errors, logs, spans, token usage) |
search_issue_events | Filter events within a specific issue by time, environment, release, user, or trace |
| Tool | Description |
|---|
get_sentry_resource | Fetch issue, event, trace, or breadcrumbs by URL or ID — includes stack traces, tags, event data |
get_issue_tag_values | Get tag distribution for an issue (browsers, URLs, environments, users affected) |
get_event_attachment | Download attachments from an event (screenshots, logs, files) |
analyze_issue_with_seer | AI-powered root cause analysis with specific code fixes (sentry.io only) |
| Tool | Description |
|---|
find_organizations | List organizations you have access to |
find_projects | List projects in an organization |
find_teams | List teams in an organization |
find_releases | List recent releases, find specific versions |
| Tool | Description |
|---|
get_profile_details | Inspect raw profiling data — threads, stack traces, hot functions |
| |
|---|
| Server URL | https://mcp.sentry.dev/mcp |
| Transport | Streamable HTTP |
| Docs | Sentry 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.