diff for Cursor
io.github.ryudi84/diff
MCP server for computing text diffs, comparing strings, and generating unified diff output.
client:Cursor
transport:stdio
runtime:npm
Install diff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"diff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"diff-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs