DependencyCheck

GitHub

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

DependencyCheck MCP Server

MCP server for dependency-check/DependencyCheck

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "DependencyCheck": {
      "command": "npx",
      "args": [
        "-y",
        "@dependency-check/DependencyCheck"
      ]
    }
  }
}