Sentry MCP Server
by zereight
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>/) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sentry_issueC | Get details for a specific Sentry issue using its ID or URL |
| list_organization_projectsB | List all projects for the configured Sentry organization |
| list_project_issuesC | List issues for a specific project, with optional filtering. |
| get_event_detailsC | 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 | |