changelogai for Cursor
io.github.ura-tools/changelogai
Generate changelogs and suggest semver bumps from git history
client:Cursor
transport:stdio
runtime:npm
Install changelogai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"changelogai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ura-dev/changelogai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs