Skip to content
Back to search
100
MCP live v0.1.9 MCP 2025-11-25 streamable-http

io.github.digicatalyst-systems/dep-diff-mcp

io.github.digicatalyst-systems/dep-diff-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
348ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
2
available

Tools · 2

analyze_package_change

Given one package and two versions (from -> to), returns a structured upgrade analysis: semver classification, GitHub release notes summary, detected breaking changes, security advisories fixed in the…

analyze_packages_bulk

Analyzes a list of package upgrades in parallel and returns a unified risk report with packages ranked by recommendation level (security > caution > review > likely-safe > safe). Use when the user pro…

Prompts · 2

review_dependabot_pr

Generates a user message instructing the model to analyze a list of dependency changes, then call analyze_packages_bulk to produce a ranked risk report.

explain_package_upgrade

Generates a user message asking the model to analyze a specific package version bump and explain the risk.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.digicatalyst-systems/dep-diff-mcp": {
      "url": "https://dep-diff.digicatalyst.ca/mcp",
      "transport": "streamable-http"
    }
  }
}