gitwand for Cursor
io.github.devlint/gitwand
Auto-resolves Git merge conflicts so agents only touch the complex hunks.
client:Cursor
transport:stdio
runtime:npm
Install gitwand in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gitwand": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gitwand/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs