diff for VS Code
io.github.ryudi84/diff
MCP server for computing text diffs, comparing strings, and generating unified diff output.
client:VS Code
transport:stdio
runtime:npm
Install diff in VS Code
.vscode/mcp.json
{
"servers": {
"diff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"diff-forge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs