AgentHubAgentHub

Letmediff MCP

MCP ServerMCP Registry官方收录

it.letmediff/mcp · v0.0.10

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

概览

Letmediff MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "it.letmediff/mcp",
  "type": "mcp-server",
  "version": "0.0.10",
  "displayName": "Letmediff MCP",
  "description": "The official Letmediff MCP server helping you review your code with an agent first workflow",
  "repository": {
    "url": "https://github.com/paoloricciuti/letmediff",
    "source": "github",
    "subfolder": "packages/letmediff"
  },
  "homepage": "https://letmediff.it",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "letmediff",
        "version": "0.0.10",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "it.letmediff/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/it.letmediff%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Letmediff MCP — MCP Server 安装与配置 · AgentHub