release-evidence-pack-mcp
Provides tools to inspect Git working-tree changes from a base revision and combine them with test summaries into release evidence packs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@release-evidence-pack-mcpbuild a release evidence pack for the checkout service against main"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Release Evidence Pack MCP
A read-only Model Context Protocol server that converts local Git changes and JUnit XML reports into traceable release evidence, risk findings, and a rollback checklist.
Why
Release decisions often rely on scattered screenshots, chat messages, CI logs, and assumptions. This server creates a reproducible evidence pack without deploying, modifying the repository, or uploading source code.
Related MCP server: mcp-policy-guardian
Tools
inspect_release_changes
Inspect a working-tree diff from a base revision and flag high-risk surfaces such as destructive SQL and source changes without test evidence.
summarize_test_reports
Summarize JUnit XML totals while excluding testcase logs and captured output.
build_release_evidence_pack
Combine Git changes and test summaries into structured JSON plus a Markdown decision pack with findings and rollback checks.
Install
npm install
npm run buildNode.js 20 or later is required.
Configure
Set RELEASE_EVIDENCE_ALLOWED_ROOTS to one or more repository roots. Separate paths with ; on Windows or : on Linux/macOS. The current directory is the only allowed root when the variable is absent.
{
"mcpServers": {
"release-evidence-pack": {
"command": "node",
"args": ["/absolute/path/release-evidence-pack-mcp/dist/index.js"],
"env": {
"RELEASE_EVIDENCE_ALLOWED_ROOTS": "/absolute/path/repositories"
}
}
}
}Example
build_release_evidence_pack({
"repositoryRoot": "/workspace/service",
"baseRef": "origin/main",
"reportFiles": ["target/surefire-reports/TEST-api.xml"]
})Paired Skill
skills/release-readiness-review turns MCP findings into a strict GO, CONDITIONAL GO, or NO-GO decision with evidence inventory, release gates, owners, and rollback steps.
Security Model
Read-only Git and file inspection.
No network calls or deployment actions.
No shell interpolation; Git is invoked with an argument array.
Repository access restricted to configured roots.
Report paths cannot escape the repository root.
Testcase logs and captured output are not returned.
Development
npm test
npm run build
npm pack --dry-runLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides read-only access to GitHub repositories, enabling AI assistants to perform code reviews without write permissions.Last updatedMIT
- FlicenseAqualityCmaintenanceA deterministic, network-free MCP server for validating repository release hygiene and version alignment in local projects. It enables automated repository health checks and generates standardized release checklists based on project state.Last updated1
- AlicenseBqualityAmaintenanceA Model Context Protocol server for GitBook that enables reading content and driving a change-request write workflow.Last updated8931MIT
- AlicenseBqualityAmaintenanceA portable, read-only Model Context Protocol server for turning observability data into bounded evidence that AI agents can inspect safely.Last updated7Apache 2.0
Related MCP Connectors
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
A MCP server built for developers enabling Git based project management with project and personal…
Remote MCP for Kiro release readiness, evidence binders, signoff, and CI approval receipts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xiaohuxi/release-evidence-pack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server