feat(observability): enable GlitchTip native MCP on the web container - #2
Merged
Conversation
Set GLITCHTIP_ENABLE_MCP=True on the glitchtip-web deployment so the native MCP server at /mcp (Streamable HTTP) is exposed; default False returns 404. Web container only — the worker serves no HTTP. Lets local AI agents read issues/error events from the self-hosted GlitchTip over MCP. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Afgan0r
added a commit
that referenced
this pull request
Jun 15, 2026
Activate the merged errors-only Sentry SDK on staging by pinning each app to a post-Sentry-merge image: - server-2: 3866f6b → e31b129 (sentry #19 + parity #18/#21) - replay-parser-2: 5e09d33c → 72116db (sentry #1) - replays-fetcher: 7e5ca97 → 205b4cd (sentry #1 + shared-clients #2) replays-fetcher: 7e5ca97 (F1 conditional-writes baseline) is an ancestor of 205b4cd, so the F1 fix is preserved. PARITY-COORDINATION.md is archived. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables the GlitchTip native MCP server so agents can read issues/events over MCP.
Change
k8s/observability/91-glitchtip.yaml: addGLITCHTIP_ENABLE_MCP=Trueto the glitchtip-web Deployment env only (worker serves no HTTP). Root cause of the current/mcp404 is this flag defaulting toFalse— image 6.1.8 already ships the feature.Validation
kubectl apply --dry-run=clientOK, confirmedglitchtip-web → True,glitchtip-worker → None.Activation (staging, manual — obs is applied separately from runtime)
Then (manual, human gate): create a minimal-scope GlitchTip API token (Profile → Auth Tokens) and
claude mcp add --transport http glitchtip https://errors.solid-stats.ru/mcp.🤖 Generated with Claude Code