@customable/changelog-mcp (1.0.5)

Published 2025-10-07 17:11:53 +02:00 by jack in customable-mcp/changelog-mcp

Installation

@customable:registry=
npm install @customable/changelog-mcp@1.0.5
"@customable/changelog-mcp": "1.0.5"

About this package

📝 changelog-mcp

MCP Server for automatic changelog generation from Git history with Conventional Commits support.

Features

Core Features

  • 📝 generate_changelog - Generate changelog between tags/commits
  • 🏷️ list_tags - List all Git tags
  • 📊 analyze_commits - Analyze commits between two references
  • 💾 export_changelog - Export in multiple formats (markdown, html, json)

Advanced Features

  • 🏷️ Automatic categorization (features, bugfixes, breaking changes)
  • 📄 Multiple output formats (Markdown, HTML, JSON)
  • 🎨 Customizable templates
  • 🔗 Issue/PR linking (GitHub, GitLab, Forgejo)
  • 📋 Conventional Commits parsing
  • 🎯 Scope-based grouping
  • 📈 Contribution statistics

Installation

npm install
npm run build

Configuration

Optional environment variables:

Usage

npm start

Examples

Generate changelog

{
  "tool": "generate_changelog",
  "arguments": {
    "repoPath": "/path/to/repo",
    "fromRef": "v1.0.0",
    "toRef": "v2.0.0",
    "format": "markdown"
  }
}

Analyze commits

{
  "tool": "analyze_commits",
  "arguments": {
    "repoPath": "/path/to/repo",
    "fromRef": "v1.0.0",
    "toRef": "HEAD"
  }
}

Conventional Commits

This tool supports the Conventional Commits specification:

  • feat: - New features
  • fix: - Bug fixes
  • docs: - Documentation changes
  • style: - Code style changes
  • refactor: - Code refactoring
  • perf: - Performance improvements
  • test: - Test changes
  • chore: - Maintenance tasks
  • BREAKING CHANGE: - Breaking changes

License

MIT

Dependencies

Dependencies

ID Version
@modelcontextprotocol/sdk ^0.5.0

Development dependencies

ID Version
@types/node ^18.0.0
typescript ^5.3.0

Keywords

mcp changelog git release-notes
Details
npm
2025-10-07 17:11:53 +02:00
1
Customable Team
MIT
13 KiB
Assets (1)
Versions (2) View all
2.0.0 2025-10-10
1.0.5 2025-10-07