This is an MCP server that acts as a middleware to the Sentry API, allowing for interaction with Sentry's data and functionalities. It supports both remote service operation and a stdio transport for self-hosted Sentry instances.
| Parameter | Description |
|---|---|
| SENTRY_ACCESS_TOKEN* | Your Sentry user token with necessary scopes (org:read, project:read, project:write, team:read, team:write, event:write). |
| SENTRY_HOST* | The host URL of your Sentry instance (e.g., sentry.example.com). |