Aggregates CI failures, cross-references flakiness history, and outputs GO/NO_GO release verdicts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Stop reading CI logs. Start getting verdicts.
MCP server that aggregates test failures, cross-references flakiness history, and outputs a GO / CONDITIONAL_GO / NO_GO / INVESTIGATE release decision β so your AI agent can triage a broken CI run in seconds instead of asking you to read 3000 lines of logs.
In any real codebase, CI always has something failing. The hard question isn't "are there failures?" β it's "are these failures real regressions, or just the usual noise?"
Answering that requires correlating three signals at once:
An AI agent can't do this without structured tools. Raw CI logs are thousands of lines. Flakiness databases are external. Codeβtest mapping requires AST analysis. Without this MCP, the agent just guesses.
aggregate_suite_failuresGroups failures by normalized error signature, deduplicates repeated errors, categorizes as assertion / timeout / network / crash. Pass customInfraPatterns for cloud-specific errors.
cross_reference_flakinessScores each failure against your flakiness history: KNOWN FLAKY, MILDLY FLAKY, or NO HISTORY.
correlate_code_changesMatches changed files against failing tests. Works standalone or with pre-computed affected test lists from ast-impact-mapper-mcp.
generate_release_recommendationThe final step. Outputs a risk-weighted verdict with confidence score and full breakdown. Supports format: "markdown" for GitHub PR comments and Slack.
Verdict levels:
NO_GO β regression in a critical domain (payment, auth, billing, checkout, security)CONDITIONAL_GO β regression in a low/medium-risk domain (analytics, docs, admin); review before releasingGO β all failures are known flaky or infrastructure noiseINVESTIGATE β too many unknowns to decideOutput includes:
aggregate_risk_score β 0.0β1.0, probability union across all regression risk contributionsfailing_tests_analysis[] β per-regression breakdown with domain, severity (HIGH/MEDIUM/LOW), risk_contribution, blast_radiusdetect_temporal_failure_patternsAnalyzes historical failures with timestamps to identify chronometric artifacts β failures that only appear at the same UTC hour, weekday, day of month, or during DST transitions. When a pattern is found, the failure is a time artifact, not a code regression.
Output includes:
temporal_pattern_detected β booleanclusters[] β per-test: pattern_type (hourly | daily | monthly | timezone_shift), cluster_times, confidence_scoreanalyze_rollback_readinessScans a repository for versioned migration files (Flyway V*.sql, Prisma migration.sql, Liquibase XML/YAML) and classifies each operation as additive (rollback safe) or destructive (forward-fix only).
Detected destructive operations: DROP TABLE, DROP COLUMN, ALTER COLUMN TYPE, MODIFY COLUMN, TRUNCATE
Output includes:
rollback_eligible β booleanblocking_migrations[] β each with file, line, operation, reasondeployment_strategy β standard | forward_fix_only5 failures in CI. What's real, what's noise?
Output:
One tool call. One verdict. Go fix Button.tsx.
"Here are the failures from our CI run, our flakiness database, and the files changed in this PR. Is it safe to release?"
The agent calls generate_release_recommendation and returns a verdict with a full breakdown β ready to paste into a PR comment or Slack.
Works standalone, or as a meta-orchestrator on top of:
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/release-readiness-triage-mcp)<a href="https://allmcps.com/mcp/release-readiness-triage-mcp"><img src="https://allmcps.com/api/badge/release-readiness-triage-mcp?style=directory" alt="Release Readiness Triage MCP on AllMCPs" /></a>