Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Dep Diff MCP
Dep Diff MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:01:42 PM

Dep Diff MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
developer-toolsdependenciessecuritygithubnpm

Analyzes dependency upgrades for semver risk, release-note breaks, fixed CVEs, migration links, and package recommendations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "digicatalyst-systems-dep-diff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@digicatalyst/dep-diff-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

DigiCatalyst-Systems/dep-diff-mcp MCP server evaluates npm, PyPI, and GitHub Actions version changes using package metadata, GitHub release notes, and OSV.dev advisories. It classifies upgrades by semver, identifies breaking changes and migration links, reports security fixes resolved between versions, and returns a recommendation for each package. Use the single-package tool for focused upgrade checks or the bulk tool to rank up to 50 changes from a Dependabot update. It runs locally through npm, with an optional GitHub token or authenticated GitHub CLI session for higher API limits.

Use cases

•Assess a Dependabot pull request for security fixes and breaking changes
•Rank up to 50 dependency updates by upgrade risk
•Check whether a patch release resolves known vulnerabilities
•Find migration guides before approving a major package update

Key features

•Semver classification for dependency changes
•Breaking-change extraction from GitHub release notes
•OSV.dev security-fix detection
•Migration-link discovery
•Bulk analysis and risk ranking for up to 50 packages

Capabilities & Tool Schemas (2) ~82 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Dep Diff MCP.

analyze_package_change

Analyze one package upgrade. Inputs: `ecosystem` (`npm`, `pypi`, or `github-actions`), `name`, `fromVersion`, `toVersion`.

analyze_packages_bulk

Analyze up to 50 package upgrades in parallel. Returns packages ranked by risk (`security` > `caution` > `review` > `likely-safe` > `safe`), plus summary counts.

How Dep Diff MCP works

What DigiCatalyst-Systems/dep-diff-mcp MCP server does

DigiCatalyst-Systems/dep-diff-mcp MCP server turns dependency version changes into structured upgrade assessments. It supports npm packages, PyPI packages, and GitHub Actions references such as actions/checkout or nested action paths. Given a package name, ecosystem, starting version, and target version, it reports the semver class, repository information when available, release-note findings, security fixes, migration resources, and a recommendation level.

The security analysis checks OSV.dev data for advisories affecting the old version and resolved by the new version. Release-note processing looks for breaking-change information and upgrade guidance. This helps distinguish a routine patch update from an update that addresses a high-severity issue or requires migration work.

How it works

The analyze_package_change tool handles one upgrade at a time. Its required inputs are ecosystem, name, fromVersion, and toVersion. The ecosystem value must be npm, pypi, or github-actions.

The analyze_packages_bulk tool accepts up to 50 package changes and analyzes them in parallel. Results are ordered by recommendation level: security, caution, review, likely-safe, and safe. The response also includes aggregate counts by semver class, the number of security fixes, and the number of packages with breaking changes.

Both tools provide a JSON text representation and MCP structured content validated against an output schema. Clients that support structured results can read fields such as recommendationLevel and securityFixes directly.

Setup and configuration

Install the local server with the npm package command npx -y @digicatalyst/dep-diff-mcp. Claude Code can register it at user or project scope. Cursor and Claude Desktop can run it through their MCP configuration files using npx and the package name.

A hosted streamable HTTP instance is also available at https://dep-diff.digicatalyst.ca/mcp, allowing a compatible client to connect without installing the npm package. The hosted service uses its own GitHub authentication by default; a GitHub token can be supplied in the URL when requests should use the caller's quota.

For a local deployment, the server first checks the GITHUB_TOKEN environment variable, then tries gh auth token from an authenticated GitHub CLI installation, and finally uses GitHub anonymously. The token is used for reading release notes and is not required for the server to start.

Tools and capabilities

  • Classify changes as major, minor, patch, downgrade, or unknown.
  • Extract breaking changes from GitHub release-note headers.
  • Identify CVEs and other OSV.dev fixes covered by the upgrade.
  • Find migration guide links in release notes.
  • Produce a per-package recommendation and risk level.
  • Rank a batch of up to 50 dependency changes.

Limitations and notes

Without authentication, GitHub allows 60 API requests per hour, which may be sufficient for occasional single-package checks but can limit bulk analysis. An authenticated GitHub CLI session or fine-grained public-read token can raise the available rate limit. GitHub release-note findings therefore depend on accessible repository data.

DigiCatalyst-Systems/dep-diff-mcp MCP server assesses version changes; its output is a planning aid rather than a substitute for testing an upgrade in the target project. The bulk tool has a fixed maximum of 50 package changes per request. GitHub Actions updates should be passed as action repository references rather than ordinary package names.

DigiCatalyst-Systems/dep-diff-mcp MCP server can be run locally when repository and token data should remain on the developer's machine, or accessed through the documented hosted endpoint when local installation is not preferred.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
1.4k
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Dep Diff MCP

Run `npx -y @digicatalyst/dep-diff-mcp`, then register that command in an MCP client such as Claude Desktop, Cursor, or Claude Code.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDep Diff MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/digicatalyst-systems-dep-diff-mcp?style=directory)](https://allmcps.com/mcp/digicatalyst-systems-dep-diff-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/digicatalyst-systems-dep-diff-mcp"><img src="https://allmcps.com/api/badge/digicatalyst-systems-dep-diff-mcp?style=directory" alt="Dep Diff MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 12, 2026
5/5 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
npm downloads1,358/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good Ā· 63/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 27d ago via OSV.dev Ā· @digicatalyst/dep-diff-mcp (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Dep Diff MCP →Install in Claude DesktopInstall in CursorInstall in VS Code