release to tasks for Cursor
io.github.apomt/release-to-tasks
Convert public release-note URLs into ordered, source-cited upgrade tasks.
client:Cursor
transport:stdio
runtime:npm
Install release to tasks in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"release-to-tasks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"release-to-tasks-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs