Skip to main content
Glama
vltansky

GlitchTip MCP Server

by vltansky

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLITCHTIP_TOKENNoGlitchTip API token. Either GLITCHTIP_TOKEN or GLITCHTIP_SESSION_ID is required.
GLITCHTIP_BASE_URLNoThe URL of your GlitchTip instance.https://app.glitchtip.com
GLITCHTIP_SESSION_IDNoGlitchTip session cookie value. Either GLITCHTIP_TOKEN or GLITCHTIP_SESSION_ID is required.
GLITCHTIP_ORGANIZATIONNoYour GlitchTip 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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
glitchtip_issuesC

Get all issues from GlitchTip

glitchtip_latest_eventB

Get the latest event for a specific issue

Prompts

Interactive templates invoked by user choice

NameDescription
recent_errorsGet overview of recent production errors with analysis and prioritization
debug_issueDeep-dive into a specific error with full context and suggest fixes

Resources

Contextual data attached and managed by the client

NameDescription
GlitchTip IssuesAll unresolved issues from GlitchTip error monitoring

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves all issues, while the other fetches the latest event for a specific issue. There is no overlap or ambiguity between them, making it easy for an agent to select the correct tool based on the task.

Naming Consistency5/5

Both tools follow a consistent naming pattern with the prefix 'glitchtip_' followed by a descriptive noun phrase (issues, latest_event). This uniformity enhances readability and predictability, adhering to a clear convention throughout the tool set.

Tool Count2/5

With only two tools, the server feels under-scoped for a monitoring or error-tracking domain like GlitchTip. Essential operations such as creating, updating, or resolving issues are missing, which limits the server's utility and suggests an incomplete implementation.

Completeness2/5

The tool set is severely incomplete for error tracking. While it allows reading issues and events, it lacks CRUD operations (e.g., create, update, delete issues) and other key functionalities like searching or filtering, which are critical for comprehensive agent workflows in this domain.

Maintenance

ActivityInactive
ResponsivenessNo issues