quilt for Cursor
io.github.wkoverfield/quilt
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
client:Cursor
transport:stdio
runtime:npm
Install quilt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quilt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs