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
.env.example•705 B
# GlitchTip MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Your GlitchTip API URL (include trailing slash)
GLITCHTIP_API_URL=https://your-glitchtip.example.com/api/0/
# Required: API token from GlitchTip
# Generate at: https://your-glitchtip.example.com/settings/api-tokens
GLITCHTIP_AUTH_TOKEN=your_token_here
# Required: Your organization slug (found in URL)
# Example: https://glitchtip.example.com/organizations/{org-slug}/issues
GLITCHTIP_ORGANIZATION=your-org-slug
# Required: Your project slug (found in project settings or URL)
# Example: https://glitchtip.example.com/organizations/{org-slug}/projects/{project-slug}
GLITCHTIP_PROJECT=your-project-slug