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. ๐Ÿ”’ Security
  3. Depguard
Depguard logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:00:31 PM

Depguard

User RatingsBe the first to rate and review this MCP server!
View Repository15 GitHub StarsTotal stargazers on GitHub for the source repository (15 stars).Visit Website
npmsecuritydeveloper-toolssupply-chain

Audits npm packages and projects for supply-chain risks, vulnerabilities, AI-generated code debris, and SBOM output through MCP.

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": {
    "mopanc-depguard": {
      "command": "npx",
      "args": [
        "-y",
        "npx"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

mopanc/depguard MCP server exposes npm dependency security and project-audit functions to AI coding agents through 14 MCP tools over stdio. It checks package existence, typosquatting risk, vulnerabilities, install scripts, static code patterns, dependency usage, and project configuration without executing install scripts. Reach for it before installing an unfamiliar package, after cloning a repository, or when you need remediation data, SARIF findings, or a CycloneDX SBOM.

Use cases

โ€ขVerify an npm package before installing it
โ€ขAudit a cloned workspace before opening it in an IDE
โ€ขPrioritize fixes for transitive vulnerabilities
โ€ขFind unused dependencies in a project
โ€ขGenerate a CycloneDX SBOM with VEX data

Key features

โ€ขPre-install package verification and typosquat detection
โ€ขStatic install-script and code-pattern analysis
โ€ขWorkspace, project, bulk, and transitive dependency audits
โ€ขAI code debris and unused-dependency detection
โ€ขCycloneDX 1.6 SBOM and VEX generation
โ€ขSARIF v2.1.0 output for GitHub Code Scanning

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Depguard.

Extracted Tool Capabilities
Pre-install package verification and typosquat detection
Static install-script and code-pattern analysis
Workspace, project, bulk, and transitive dependency audits
AI code debris and unused-dependency detection
CycloneDX 1.6 SBOM and VEX generation
SARIF v2.1.0 output for GitHub Code Scanning

How Depguard works

What mopanc/depguard MCP server does

mopanc/depguard MCP server gives MCP-compatible coding agents a set of checks for npm packages, JavaScript projects, and freshly cloned workspaces. Its primary use is to make dependency decisions before installation, but it also reviews existing dependencies, identifies unused packages, and produces security-oriented project artifacts.

The package checks whether an npm name exists, compares names against more than 100 popular packages to identify possible typosquats, and audits package metadata and code-related indicators. Scoring combines security, maintenance, popularity, license compatibility, and dependency factors. Static findings can cap the security score even when a package is popular.

How it works

The MCP server communicates over stdio, so an MCP client launches the CLI as a local process. The standard configuration runs npx -y depguard-cli --mcp. Each response includes a tokenSavings object with estimated manual research steps and token counts; this is intended to show the difference between using the tool and researching dependency information through multiple web requests.

Install-script analysis is static. The server examines preinstall, install, and postinstall scripts for patterns such as remote code execution, reverse shells, and credential-file access, but it does not execute those scripts.

Workspace auditing is designed for the period immediately after cloning and before opening a repository in an IDE. It checks for auto-executing workspace mechanisms including VS Code folder-open tasks, devcontainer lifecycle configuration, .envrc, JetBrains run configurations, Makefiles, .gitattributes, and committed Git hooks.

Setup and configuration

Install the CLI globally with npm install -g depguard-cli, or run it without a global installation through npx. For MCP clients, use this stdio configuration:

config.json
{
  "mcpServers": {
    "depguard": {
      "command": "npx",
      "args": ["-y", "depguard-cli", "--mcp"]
    }
  }
}

The README lists compatibility with Claude, Cursor, Windsurf, and other MCP clients, including Cline. No environment variables or API credentials are specified in the provided material.

Tools and capabilities

The 14 documented tools cover distinct workflows:

  • depguard_guard checks a package before installation and returns an allow, warn, or block decision.
  • depguard_should_use compares installing a package with using native functionality or writing code from scratch.
  • depguard_audit_workspace finds workspace-open execution paths.
  • depguard_audit_project reviews direct and lockfile-resolved dependencies and the declared package manager.
  • depguard_remediate groups vulnerable transitives by parent dependency to help prioritize upgrades.
  • depguard_audit, depguard_audit_bulk, and depguard_audit_deep provide package-level, comparison, and transitive-tree audits.
  • depguard_review looks for AI-generated code debris such as console logging, empty catches, broken imports, and orphan files.
  • depguard_sweep searches for unused dependencies.
  • depguard_search, depguard_score, and depguard_verify support package discovery, scoring, and existence or typosquat checks.
  • depguard_sbom generates a CycloneDX 1.6 SBOM and can include VEX data.

The CLI also supports SARIF v2.1.0 output for selected audits, including stable GHSA-based rule identifiers and fingerprints intended for GitHub Code Scanning.

Limitations and notes

The provided documentation describes npm-focused checks and does not establish support for non-npm package ecosystems. Risk scores are decision aids based on the documented dimensions, not proof that a package is safe. Static analysis identifies patterns and does not run package installation code. The README states that the server has zero runtime dependencies and implements its SBOM serializer against the public CycloneDX schema.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • MCP Security Audit logoMCP Security Audit

    A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.

    ๐Ÿ”’ Security4 views
    Compare vs MCP Security Audit โ†’
  • Pkgxray logoPkgxray

    Pre-install security scans for npm packages, MCP servers, and AI agents with cited verdict evidence.

    ๐Ÿ”’ Security4 views
    Compare vs Pkgxray โ†’
  • Mcpskills Server logoMcpskills Server

    Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the autogate tool returns a go/no-go install decision. Listed in the official MCP Registry as io.mcpskills/server. npm: @mcpskillsio/server. https://mcpskills.io

    ๐Ÿ”’ Security3 views
    Compare vs Mcpskills Server โ†’
  • Codeinspectus logoCodeinspectus

    Local-first, zero-egress security scanner for AI-generated / "vibe-coded" JS/TS. Bundles Opengrep, Gitleaks & Trivy behind one CWE-keyed schema and adds AI-code-specific checks (client-side secret exposure, Supabase RLS, prompt-injection & LLM-output XSS sinks). No account, no telemetry.

    ๐Ÿ”’ Security6 views
    Compare vs Codeinspectus โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
15
Stargazers on the source repository.
npm downloads
201
Package downloads in the last 30 days.
Last commit
Today
Most recent push to the default branch.
Directory activity
4 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 Depguard

Run `npx -y depguard-cli --mcp` through an MCP client's stdio configuration, or install the CLI globally with `npm install -g depguard-cli`.

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 PreviewDepguard AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mopanc-depguard?style=directory)](https://allmcps.com/mcp/mopanc-depguard)
HTML Embed
<a href="https://allmcps.com/mcp/mopanc-depguard"><img src="https://allmcps.com/api/badge/mopanc-depguard?style=directory" alt="Depguard on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 11, 2026
9/13 checks healthy over the last 32d
Views4
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 stars15
GitHub Star CountTotal stargazers on GitHub representing community popularity (15 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
npm downloads201/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good ยท 59/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 & tools25/30
Adoption & activity8/15
Community engagement1/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 19d ago via OSV.dev ยท npx (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore 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 ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Depguard โ†’Install in Claude DesktopInstall in CursorInstall in VS Code