git-changelog
Reads a local Git repository's commit log via git log to generate release notes and CHANGELOG drafts, with tools to inspect commits between specified refs.
Click on "Deploy 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., "@git-changelogGenerate release notes from v1.2.0 to HEAD in this repo"
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.
@mcpx-digital/git-changelog
MCP server that turns local git log into release notes and CHANGELOG drafts.
Generate conventional-commit–grouped release notes between tags/commits, inspect commit groups, and write a CHANGELOG.md draft — from Cursor, Claude Desktop, or any MCP client.
Local git only. This server reads your local repository via
git log. It does not push, force-push, scrape remotes, or rewrite history. Use only on repos you own or have permission to inspect.
Install (MCPX / npx)
npx -y @mcpx-digital/git-changelogPublish note: Prepared for npm as
@mcpx-digital/git-changelog. Until published, run from a local clone.
Related MCP server: Git Commit MCP Server
Cursor mcp.json example
{
"mcpServers": {
"git-changelog": {
"command": "npx",
"args": ["-y", "@mcpx-digital/git-changelog"]
}
}
}Local clone:
{
"mcpServers": {
"git-changelog": {
"command": "node",
"args": ["/absolute/path/to/git-changelog-mcp/index.js"]
}
}
}Tools
Tool | What it does |
| Markdown release notes from |
| Group commits by conventional type ( |
| Write (or dry-run) a |
Example prompts
“Generate release notes from tag
v0.1.0toHEADin this repo”“Group conventional commits since
v1.2.0”“Draft CHANGELOG.md for version 0.2.0 (dry run first)”
Development
git clone https://github.com/TheoryofShadows/git-changelog-mcp.git
cd git-changelog-mcp
npm install
npm test
node index.jsSell / list on MCPX
Suggested listing price: $6.
Install command: npx -y @mcpx-digital/git-changelog
License
MIT © TheoryofShadows
This server cannot be deployed
Maintenance
Related MCP Connectors
- ShipstarOAuthai.shipstar
Generate changelogs, release emails, help-center articles, banners, and social posts from commits.
Turn a raw dev log (commit subjects, PR titles) into customer-facing release notes Markdown.
- i3deployOAuthcom.i3deploy
Deploy & release tracking with native MCP — ask Claude what's in production and cut the release.
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Related MCP Servers
- AlicenseBqualityDmaintenanceGenerates standup reports from git history by analyzing recent commits across configured repositories. Enables users to query their development activity, such as what they worked on yesterday or over multiple days, through natural language interactions with Claude.2MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to create conventional Git commits, update changelogs, and optionally push changes to remote repositories.22MIT
- AlicenseAqualityCmaintenanceTurns raw GitHub commit history into a categorized, human-readable changelog directly inside Claude or any MCP-compatible client.3MIT
- AlicenseBqualityCmaintenanceEnables AI agents to read git commits from local repositories and generate beautifully formatted, categorized changelogs.27MIT