Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTPS_PROXY | No | HTTPS proxy URL | |
| SENTRY_HOST | Yes | Your Sentry instance hostname (e.g., sentry.io) | |
| SOCKS_PROXY | No | SOCKS5 proxy URL (e.g., socks5://127.0.0.1:1080) | |
| SENTRY_AUTH_TOKEN | Yes | Your Sentry API authentication token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_issue_details | Retrieve detailed information about a specific Sentry issue including metadata, tags, and optionally an event. Accepts either an issueUrl OR (organizationSlug + issueId). |
| get_trace_details | Retrieve trace details including span tree and timing information. Useful for analyzing distributed system performance. |
| search_issue_events | Search events for a specific issue using a query string. Returns matching events with their details. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |