diff mcp for Cline
io.github.mrfentmen/diff-mcp
Compare two texts or files and show line changes locally. No network and no key.
client:Cline
transport:stdio
runtime:npm
Install diff mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"diff-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/diff-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs