Skip to content
Cursor

changelog for Cursor

io.github.ryudi84/changelog

MCP server for generating changelogs from conventional commits.

client:Cursor transport:stdio runtime:npm

Install changelog in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "changelog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "changelog-forge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

changelog in other clients