Odel
Letmediff MCP

Letmediff MCP

Local
@paoloricciuti1JavaScriptUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmletmediffv0.0.11

Run

npx -y letmediff

MCP client config

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