From a0ca1619c0d73a4fbb3062b7a6d6e2e7e112ab89 Mon Sep 17 00:00:00 2001 From: Kaustubh Ghodke Date: Wed, 22 Apr 2026 20:51:09 -0400 Subject: [PATCH 1/3] Add DigiCatalyst-Systems/dep-diff-mcp to Developer Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP server that translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan β€” semver class, breaking changes from GitHub release notes, CVEs fixed in range, migration guide links, and a per-package recommendation. Install via npx. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b..b4a1929d 100644 --- a/README.md +++ b/README.md @@ -1038,6 +1038,7 @@ Tools and integrations that enhance the development workflow and environment man - [zillow/auto-mobile](https://github.com/zillow/auto-mobile) πŸ“‡ 🏠 🐧 - Tool suite built around an MCP server for Android automation for developer workflow and testing - [ztuskes/garmin-documentation-mcp-server](https://github.com/ztuskes/garmin-documentation-mcp-server) πŸ“‡ 🏠 – Offline Garmin Connect IQ SDK documentation with comprehensive search and API examples - [drumst0ck/uploadkit](https://github.com/drumst0ck/uploadkit) [![drumst0ck/uploadkit MCP server](https://glama.ai/mcp/servers/drumst0ck/uploadkit/badges/score.svg)](https://glama.ai/mcp/servers/drumst0ck/uploadkit) πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 – Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mcp`. +- [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan with semver class, breaking changes from GitHub release notes, CVEs fixed in range, and a per-package recommendation. Install via `npx -y @digicatalyst/dep-diff-mcp`. ### πŸ”’ Delivery From 8ed896093949c92e34644477cddb10ef3c1370a9 Mon Sep 17 00:00:00 2001 From: Kaustubh Ghodke Date: Wed, 22 Apr 2026 21:24:25 -0400 Subject: [PATCH 2/3] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a1929d..976581aa 100644 --- a/README.md +++ b/README.md @@ -1038,7 +1038,7 @@ Tools and integrations that enhance the development workflow and environment man - [zillow/auto-mobile](https://github.com/zillow/auto-mobile) πŸ“‡ 🏠 🐧 - Tool suite built around an MCP server for Android automation for developer workflow and testing - [ztuskes/garmin-documentation-mcp-server](https://github.com/ztuskes/garmin-documentation-mcp-server) πŸ“‡ 🏠 – Offline Garmin Connect IQ SDK documentation with comprehensive search and API examples - [drumst0ck/uploadkit](https://github.com/drumst0ck/uploadkit) [![drumst0ck/uploadkit MCP server](https://glama.ai/mcp/servers/drumst0ck/uploadkit/badges/score.svg)](https://glama.ai/mcp/servers/drumst0ck/uploadkit) πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 – Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mcp`. -- [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan with semver class, breaking changes from GitHub release notes, CVEs fixed in range, and a per-package recommendation. Install via `npx -y @digicatalyst/dep-diff-mcp`. +- [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan with semver class, breaking changes from GitHub release notes, CVEs fixed in range, and a per-package recommendation. Install via `npx -y @digicatalyst/dep-diff-mcp`. ### πŸ”’ Delivery From c4941ea17bbef2e3b6a120da42a93f90daae8915 Mon Sep 17 00:00:00 2001 From: Kaustubh Ghodke Date: Wed, 22 Apr 2026 21:31:55 -0400 Subject: [PATCH 3/3] Refine dep-diff-mcp entry: mention Dependabot use case + bulk risk ranking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 976581aa..691952bd 100644 --- a/README.md +++ b/README.md @@ -1038,7 +1038,7 @@ Tools and integrations that enhance the development workflow and environment man - [zillow/auto-mobile](https://github.com/zillow/auto-mobile) πŸ“‡ 🏠 🐧 - Tool suite built around an MCP server for Android automation for developer workflow and testing - [ztuskes/garmin-documentation-mcp-server](https://github.com/ztuskes/garmin-documentation-mcp-server) πŸ“‡ 🏠 – Offline Garmin Connect IQ SDK documentation with comprehensive search and API examples - [drumst0ck/uploadkit](https://github.com/drumst0ck/uploadkit) [![drumst0ck/uploadkit MCP server](https://glama.ai/mcp/servers/drumst0ck/uploadkit/badges/score.svg)](https://glama.ai/mcp/servers/drumst0ck/uploadkit) πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 – Official MCP server for [UploadKit](https://uploadkit.dev). Gives AI assistants first-class knowledge of 40+ React upload components, Next.js route handler scaffolds, BYOS setup (S3/R2/GCS/B2), and full-text search across 88+ docs pages. Runs locally via `npx -y @uploadkitdev/mcp`. -- [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan with semver class, breaking changes from GitHub release notes, CVEs fixed in range, and a per-package recommendation. Install via `npx -y @digicatalyst/dep-diff-mcp`. +- [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`. ### πŸ”’ Delivery