diffctx for Claude Desktop
io.github.nikolay-e/diffctx
Selects the minimum code an LLM needs to review a git diff
client:Claude Desktop
transport:stdio
runtime:pypi
Install diffctx in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"diffctx": {
"command": "uvx",
"args": [
"diffctx"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs