repo release tools for Cursor
io.github.anselmoo/repo-release-tools
Config-driven branch and release helpers for Git repositories
client:Cursor
transport:stdio
runtime:pypi
Install repo release tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"repo-release-tools": {
"type": "stdio",
"command": "uvx",
"args": [
"repo-release-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs