Skip to main content
Glama
hffmnnj

GlitchTip MCP Server

by hffmnnj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLITCHTIP_API_URLYesBase API URL (include trailing slash). Example: https://glitchtip.example.com/api/0/
GLITCHTIP_PROJECTYesProject slug
GLITCHTIP_AUTH_TOKENYesAPI token from GlitchTip
GLITCHTIP_ORGANIZATIONYesOrganization slug

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hffmnnj/mcp-server-glitchtip'

If you have feedback or need assistance with the MCP directory API, please join our Discord server