Skip to content
Cursor

changelog forge mcp for Cursor

io.github.ryudi84/changelog-forge-mcp

Generate changelogs from git commit history

client:Cursor transport:stdio runtime:npm

Install changelog forge mcp in Cursor

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

{
  "mcpServers": {
    "changelog-forge-mcp": {
      "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 forge mcp in other clients