Sentry
The Sentry connector indexes project metadata into the local SQLite index and exposes read tools for unresolved issues and releases. Read-only — there are no write tools.
What’s indexed
Section titled “What’s indexed”- Service id:
sentry - Item types:
project
Authenticate
Section titled “Authenticate”nimbus connector auth sentryStored in the Vault as sentry.url, sentry.org_slug, and sentry.auth_token and injected at spawn as SENTRY_URL, SENTRY_ORG_SLUG, SENTRY_AUTH_TOKEN. The MCP server uses Bearer auth.
Read tools (no HITL)
Section titled “Read tools (no HITL)”| Tool | Purpose |
|---|---|
| sentry_issue_list | List unresolved issues for a project. |
| sentry_release_list | List releases for a project. |
Write tools (HITL-gated)
Section titled “Write tools (HITL-gated)”No write tools — this connector is read-only.
Platform notes
Section titled “Platform notes”SENTRY_URLis optional and defaults tohttps://sentry.io. Set it for self-hosted Sentry instances.