Skip to content

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.


  • Service id: sentry
  • Item types: project
Terminal window
nimbus connector auth sentry

Stored 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.

| Tool | Purpose | |---|---| | sentry_issue_list | List unresolved issues for a project. | | sentry_release_list | List releases for a project. |

No write tools — this connector is read-only.

  • SENTRY_URL is optional and defaults to https://sentry.io. Set it for self-hosted Sentry instances.