Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLITCHTIP_API_URL | Yes | Base API URL (include trailing slash). Example: https://glitchtip.example.com/api/0/ | |
| GLITCHTIP_PROJECT | Yes | Project slug | |
| GLITCHTIP_AUTH_TOKEN | Yes | API token from GlitchTip | |
| GLITCHTIP_ORGANIZATION | Yes | Organization slug |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_glitchtip_issues | List all issues from GlitchTip for the configured project. Use this to see all current errors and exceptions in production. Returns issue titles, counts, status, and when they were first/last seen. |
| get_glitchtip_issue | Get detailed information about a specific GlitchTip issue including full stacktrace. Use this when you need to investigate a specific error in detail. Provides the complete stacktrace, error counts, and timing information. |
| resolve_glitchtip_issue | Mark a GlitchTip issue as resolved after fixing it. Use this after you've fixed the bug causing the error. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |