dep-diff-mcp

DigiCatalyst-Systems/dep-diff-mcp
★ 2 stars TypeScript AI/LLM Updated 3d ago
MCP server that reads dependency changelogs and tells you what's risky in an upgrade.
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": {
    "dep-diff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DigiCatalyst-Systems/dep-diff-mcp"
      ]
    }
  }
}

README Excerpt

MCP server that translates a lockfile diff into a human-readable upgrade plan. Point your AI assistant (Cursor, Claude Desktop, Claude Code) at a Dependabot PR, `npm outdated` output, or any pair of package versions, and get back a ranked upgrade plan: semver class, breaking changes pulled from GitHub release notes, CVEs fixed in the range, migration guide links, and a clear recommendation per package.

Tools (6)

analyze_package_changeaxiosexpresslodashsafetypescript

Topics

changelogcvedependabotdependency-managementmcpmodel-context-protocolnpmpypisecuritytypescript