Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLITCHTIP_TOKEN | No | GlitchTip API token. Either GLITCHTIP_TOKEN or GLITCHTIP_SESSION_ID is required. | |
| GLITCHTIP_BASE_URL | No | The URL of your GlitchTip instance. | https://app.glitchtip.com |
| GLITCHTIP_SESSION_ID | No | GlitchTip session cookie value. Either GLITCHTIP_TOKEN or GLITCHTIP_SESSION_ID is required. | |
| GLITCHTIP_ORGANIZATION | No | Your GlitchTip organization slug. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| glitchtip_issues | Get all issues from GlitchTip |
| glitchtip_latest_event | Get the latest event for a specific issue |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| recent_errors | Get overview of recent production errors with analysis and prioritization |
| debug_issue | Deep-dive into a specific error with full context and suggest fixes |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| GlitchTip Issues | All unresolved issues from GlitchTip error monitoring |