Mergetrain for Cursor
io.github.yongjip/mergetrain
Queue parallel-agent worktree branches, test together, serialize and recover Git pushes.
client:Cursor
transport:stdio
runtime:pypi
Install Mergetrain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mergetrain": {
"type": "stdio",
"command": "uvx",
"args": [
"mergetrain"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs