Odel
changelogai

changelogai

Local
@ura-tools2JavaScriptMITUpdated 5mo ago

Generate changelogs and suggest semver bumps from git history

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ura-dev/changelogaiv1.1.3

Run

npx -y @ura-dev/changelogai

MCP client config

{
  "mcpServers": {
    "changelogai": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/changelogai"
      ]
    }
  }
}