Glitchtip MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLITCHTIP_API_TOKEN | Yes | Your Glitchtip API token with appropriate scopes | |
| GLITCHTIP_API_ENDPOINT | No | The Glitchtip API endpoint URL | https://app.glitchtip.com |
| GLITCHTIP_ORGANIZATION_SLUG | Yes | Your organization 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_issueA | Get complete details of a specific Glitchtip issue including latest event and comments (requires event:read scope) |
| list_issuesB | List issues in the organization or a specific project (requires event:read scope) |
| list_eventsA | List events for a specific project (requires event:read scope) |
| list_projectsB | List all Glitchtip projects in the organization |
| get_projectB | Get details of a specific Glitchtip project |
| get_organizationC | Get organization details |
| list_teamsB | List all teams in the organization |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |