Changelogai MCP Server

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. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-28 · ★ 2 · #666 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Changelogai

before you install - you'll need

Set ANTHROPIC_API_KEY before connecting.

Claude Code

claude mcp add ura-tools-changelogai -- npx -y @ura-dev/changelogai

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @ura-dev/changelogai - the @ura-dev scope differs from the repo owner (ura-tools); confirm it's the project's official package

registry namespace io.github.ura-tools is GitHub-verified and matches the repo owner

03 · What Changelogai can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can generate a changelog from git history. Returns markdown, JSON, or plain text, and analyze git commits and suggest next semver bump (major/minor/patch).

The 2 tools it gives your agent

Extracted from the project's README - what changelogai lets an agent do.

changelogai_generate
- Generate a changelog from git history. Returns markdown, JSON, or plain text.
changelogai_version_bump
- Analyze git commits and suggest next semver bump (major/minor/patch).

04 · Who maintains Changelogai

changelogai is maintained by ura-tools. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #666 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.ura-tools/changelogai (active, first published 2026-03-28 · 2 versions)
packages
npm:@ura-dev/changelogai

06 · Changelogai FAQ

What is 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. It runs locally over stdio via the published package.

Is Changelogai still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-28. We re-verify nightly.

How do I install Changelogai?

Run `npx -y @ura-dev/changelogai`. The README documents one environment variable (ANTHROPIC_API_KEY) to set first. Set ANTHROPIC_API_KEY before connecting. You can also paste the ready-made client config above.

Does Changelogai run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Changelogai

More MCP servers to compare · Mdshare · Safe Docx · Async Parallel Antigravity for Codex & Claude Code · Chiplab · Publishready

More JavaScript MCP servers · Snaprender · Vynix · Vaaya · Val Town · Feature Board · see all