HomeDevelopment › dep-diff-mcp

dep-diff-mcp

Translates a lockfile diff into a human-readable upgrade plan for npm, PyPI, and GitHub Actions.

TypeScript Local macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-24 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://dep-diff.digicatalyst.ca/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http dep-diff-mcp https://dep-diff.digicatalyst.ca/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "dep-diff-mcp": {
      "url": "https://dep-diff.digicatalyst.ca/mcp"
    }
  }
}

Package (npm 0.3.2)

npx -y @digicatalyst/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dep-diff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@digicatalyst/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry