mcpdiff

samlader/mcpdiff
★ 1 stars TypeScript Browser/Web Updated today
Command-line tool to compare and detect breaking changes in MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpdiff": {
      "command": "npx",
      "args": [
        "-y",
        "samlader/mcpdiff"
      ]
    }
  }
}

README Excerpt

Command-line tool to compare and detect breaking changes in [MCP](https://modelcontextprotocol.io) servers. Detects both **hard contract breaks** (a removed tool, a new required argument, a narrowed enum) and **semantic drift** (a reworded description that changes how the model calls a tool, with no schema change at all).

Tools (2)

pathrevision

Topics

aidiffdxmcp