Skip to content
VS Code

Letmediff MCP for VS Code

it.letmediff/mcp

The official Letmediff MCP server helping you review your code with an agent first workflow

client:VS Code transport:stdio runtime:npm

Install Letmediff MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "letmediff"
      ]
    }
  }
}

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

Letmediff MCP in other clients