mergewarden for Cursor
io.github.sjh9714/mergewarden
Check whether a coding agent's changes stayed inside the scope it was given.
client:Cursor
transport:stdio
runtime:npm
Install mergewarden in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mergewarden": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mergewarden-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs