Provides a Model Context Protocol server exposing a practical subset of the OWASP Dependency-Track REST API over stdio.
This tool functions as a lightweight Model Context Protocol (MCP) server designed specifically for OWASP Dependency-Track. It wraps a key subset of the official Dependency-Track REST API, making its functionalities accessible over standard input/output (stdio). This enables seamless integration with other tools, such as Codex, to programmatically query projects, retrieve security findings, initiate analysis, upload CycloneDX Software Bills of Materials (BOMs), and monitor asynchronous task statuses.
主な機能
01Retrieve project-specific security findings
02List and search Dependency-Track projects
030 GitHub stars
04Trigger project analysis within Dependency-Track
05Upload CycloneDX BOMs to Dependency-Track
06Check the status of asynchronous event tokens
ユースケース
01Automate security analysis and reporting workflows with Dependency-Track
02Integrate Dependency-Track data and actions into other developer tools or IDEs
03Programmatically manage projects and upload SBOMs to a Dependency-Track instance