If you follow conventional commits, this server turns your Git history into formatted changelogs without the manual busywork. It parses commit messages, groups them by type (feat, fix, chore), and generates markdown or structured output you can drop into releases. Part of the sovereign-mcp-servers collection, so it's one npx command away. You'd reach for this when cutting a release and need to document what changed, or when automating release notes in CI. Three tools total: generate from commits, validate commit format, and preview changelog output. Saves the tedium of combing through git log and manually categorizing changes every time you ship.
claude mcp add --transport stdio io.github.ryudi84-changelog -- npx -y changelog-forge-mcp