Skip to content
VS Code

diffctx for VS Code

io.github.nikolay-e/diffctx

Selects the minimum code an LLM needs to review a git diff

client:VS Code transport:stdio runtime:pypi

Install diffctx in VS Code

.vscode/mcp.json

{
  "servers": {
    "diffctx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "diffctx"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

diffctx in other clients