Skip to content
Zed

Letmediff MCP for Zed

it.letmediff/mcp

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

client:Zed transport:stdio runtime:npm

Install Letmediff MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "letmediff"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Letmediff MCP in other clients