This connects Claude to your git history to generate changelogs and suggest semver bumps. Exposes two tools: changelogai_generate parses conventional commits into markdown, JSON, or plain text, with optional grouping by type (Features, Bug Fixes, Performance), and changelogai_version_bump analyzes commits to recommend major, minor, or patch releases. The AI mode rewrites technical commit messages into user-facing release notes using Claude Haiku. Useful when you want Claude to draft release notes from git history, prepend new releases to existing changelogs, or get version bump recommendations directly in conversation instead of running command line tools manually.
claude mcp add --transport stdio ura-tools-changelogai uvx changelogai