Correlates commits, PRs, issues and contributors between two git refs for release notes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Build release context from repository evidence instead of a blank prompt. The server compares two Git refs and correlates commits, merged pull requests, linked issues, labels, changed files, and contributors into a structured release record.
Tool page Β· npm Β· Listed in the official MCP Registry
Create a fine-grained GitHub token with read-only access to the repositories you want to inspect. Repository contents and pull requests are sufficient for the current tools. No write permission is needed.
Then ask the client for a bounded range:
The token stays in the local server process and is sent only to the GitHub API.
A verified run against the stable range v0.5.1...8a2f350 returned:
The response also includes commit SHAs, messages, authors, pull request categories, linked issues, and warnings when GitHub truncates or fails part of the evidence lookup.
If this saves you time, consider starring the repository. It helps other developers find it.
| Tool | What it returns |
|---|---|
get_changes_between_refs | Commits enriched with merged pull request metadata and linked issues |
get_pull_requests_in_range | Merged pull requests grouped as breaking, feature, fix, docs, chore, dependency, release, or other |
get_release_summary | A complete release evidence object with aggregate statistics and contributors |
The categorization uses labels and conventional title signals. Repository labels, issue links, and pull request hygiene directly affect the result. The server provides evidence and structure; the final release narrative still needs review.
The package includes a terminal command that produces Markdown by default:
Use --json when another tool will consume the report:
Attach the evidence report to the workflow summary before publishing a release:
This action reads repository data and writes Markdown to the job summary. It does not publish a release or modify repository content.
Use the stdio configuration from the quickstart. The server entry is identical across these clients even when their config file locations differ.
Create .vscode/mcp.json:
The MCP endpoint is http://localhost:3000/mcp and the health endpoint is http://localhost:3000/health. Set PORT to change the port.
Connect an HTTP client to http://localhost:3000/mcp.
Requirements: Node.js 18 or newer.
See CONTRIBUTING.md for the development workflow.
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-intel)<a href="https://allmcps.com/mcp/release-intel"><img src="https://allmcps.com/api/badge/release-intel?style=directory" alt="Release Intel on AllMCPs" /></a>