io.github.digicatalyst-systems/dep-diff-mcp
io.github.digicatalyst-systems/dep-diff-mcpTranslates a lockfile diff into a human-readable upgrade plan for npm and PyPI.
Tools · 2
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…
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
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.
Generates a user message asking the model to analyze a specific package version bump and explain the risk.
Similar MCP servers embedding-nearest
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"
}
}
}