Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENTRY_BASE_URL | No | The base URL for your Sentry instance (e.g., for self-hosted). Defaults to https://sentry.io | https://sentry.io |
| SENTRY_ORG_SLUG | Yes | The slug of your Sentry organization | |
| SENTRY_AUTH_TOKEN | Yes | Your Sentry authentication token. Auth tokens can be generated in User Settings > Auth Tokens. | |
| SENTRY_PROJECT_NAMES | Yes | Comma-separated names (slugs) of your Sentry projects. Project slugs are used in Sentry URLs (e.g., https://<org-slug>.sentry.io/settings/projects/<project-slug>/) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sentry_issue | Get details for a specific Sentry issue using its ID or URL |
| list_organization_projects | List all projects for the configured Sentry organization |
| list_project_issues | List issues for a specific project, with optional filtering. |
| get_event_details | Get details for a specific event within a project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |