DigiCatalyst-Systems/dep-diff-mcp
by Various
MCP server that reads dependency changelogs and tells you what's risky in an upgrade.
MCP
DigiCatalyst-Systems/dep-diff-mcp
Added 1 June 2026
Overview
Dep-diff-mcp is a Model Context Protocol server that reads dependency changelogs to assess upgrade risk. It compares changelogs between current and target versions, highlighting breaking changes.
Best for
Best for
Developers who want automated changelog-based risk analysis before dependency upgrades
Use cases
- Evaluate upgrade risk for a specific dependency before running updates
- Integrate into CI pipelines to flag risky dependency bumps
- Compare changelog entries across multiple dependency versions
How to use
Install
claude mcp add -s user dep-diff -- npx -y @digicatalyst/dep-diff-mcp Tools exposed
analyze_package_changeanalyze_packages_bulk
Tested with
Cursor, Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "dep-diff": {\n "command": "npx",\n "args": ["-y", "@digicatalyst/dep-diff-mcp"],\n "env": { "GITHUB_TOKEN": "github_pat_xxx" }\n }\n }\n} Notes
Dep-diff-mcp is a Model Context Protocol server that reads dependency changelogs to assess upgrade risk. It compares changelogs between current and target versions, highlighting breaking changes.
2 stars on GitHub. Last updated 2026-04-25. Licensed MIT.
Use cases
- Evaluate upgrade risk for a specific dependency before running updates
- Integrate into CI pipelines to flag risky dependency bumps
- Compare changelog entries across multiple dependency versions
Pros
- Focused on a specific, valuable task without unnecessary bloat
- Follows the MCP standard for easy integration with MCP-compatible clients
Cons
- Low number of stars suggests limited community adoption and testing
- May not support all package ecosystems or changelog formats
- Little information available about ongoing maintenance or updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Focused on a specific, valuable task without unnecessary bloat
- Follows the MCP standard for easy integration with MCP-compatible clients
Cons
- Low number of stars suggests limited community adoption and testing
- May not support all package ecosystems or changelog formats
- Little information available about ongoing maintenance or updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.