sentry¶
gaby-sentry¶
Read-only MCP connector for Sentry (SaaS and self-hosted). Four tools:
healthcheck, get_issue, list_recent_issues, get_event.
Safety¶
- Read-only — no issue assignment, no comment posting, no project mutation. Absence of write tools is the guarantee.
- When
SENTRY_PROJECT_SLUGis set, calls targeting a different project are hard-failed withScopeViolationError— not silently empty.
Environment¶
| Var | Required | Notes |
|---|---|---|
SENTRY_AUTH_TOKEN |
✓ | Bearer token from User Auth Tokens or Internal Integration. |
SENTRY_BASE_URL |
— | Default https://sentry.io. Override for self-hosted. |
SENTRY_ORG_SLUG |
✓ | Org slug (required by project-scoped + event tools). |
SENTRY_PROJECT_SLUG |
— | Optional narrow scope. When set, other projects are refused. |