changelogai
Generates changelogs by reading git history from a local repository.
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., "@changelogaigenerate changelog for the latest git tag"
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.
changelogai
Generate professional changelogs from your git history — instantly.
Works out of the box with conventional commits. Optional AI mode uses Claude to rewrite technical commit messages into user-facing release notes.
Install
npm install -g @ura-dev/changelogaiRelated MCP server: git-auto-commit
Quick Start
# Run without installing
npx @ura-dev/changelogai
# Generate changelog since last tag
changelogai
# Grouped by category
changelogai --group
# AI-enhanced (requires ANTHROPIC_API_KEY)
changelogai --ai --group
# Write to file
changelogai --group --output CHANGELOG.md
# Prepend new release to existing changelog
changelogai --group --output CHANGELOG.md --prepend
# JSON output for CI/CD
changelogai --format json
# Suggest semver bump
changelogai --version-bumpFeatures
Zero config — auto-detects latest tag, parses conventional commits
Smart grouping — categorizes commits into Features, Bug Fixes, Performance, etc.
AI mode — rewrites commit messages into clear, user-facing descriptions using Claude
Multiple formats — Markdown, JSON, plain text
Version bump suggestion — analyzes changes and suggests major/minor/patch
Prepend mode — add new releases to the top of existing CHANGELOG.md
No dependencies — pure Node.js, works everywhere
Options
Flag | Description | Default |
| Start ref (tag/commit) | Latest tag |
| End ref | HEAD |
| Write to file | stdout |
| markdown, json, plain | markdown |
| Group by commit type | false |
| AI-enhanced descriptions | false |
| Claude model for AI mode | claude-haiku-4-5-20251001 |
| Prepend to existing file | false |
| Suggest semver bump | false |
| Git repo path | . |
| Max commits to process | 500 |
MCP Server
changelogai includes a Model Context Protocol server for AI agents and IDE integrations (Claude Desktop, Cursor, VS Code, etc.).
{
"mcpServers": {
"changelogai": {
"command": "npx",
"args": ["-y", "-p", "@ura-dev/changelogai", "changelogai-mcp"]
}
}
}Or if installed globally:
{
"mcpServers": {
"changelogai": {
"command": "changelogai-mcp"
}
}
}Available Tools
Tool | Description |
| Generate a changelog from git history. Returns markdown, JSON, or plain text. |
| Analyze git commits and suggest next semver bump (major/minor/patch). |
AI Mode
Set your Anthropic API key:
export ANTHROPIC_API_KEY=sk-ant-...Then run with --ai:
changelogai --ai --group --output CHANGELOG.mdAI mode rewrites technical commit messages into clear, user-facing release notes. Uses Claude Haiku by default (fast and cheap — ~$0.001 per changelog).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ura-tools/changelogai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server