Dependency-Track MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dependency-Track MCP ServerList my projects and their critical findings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dependency-Track MCP Server
A small Model Context Protocol (MCP) server for OWASP Dependency-Track. It exposes a practical subset of the official Dependency-Track REST API over stdio so tools like Codex can query projects, fetch findings, trigger analysis, upload CycloneDX BOMs, and check async token status.
The implementation is based on the official Dependency-Track API surface:
GET /api/v1/projectGET /api/v1/project/{uuid}GET /api/v1/project/lookupGET /api/v1/project/latest/{name}GET /api/v1/finding/project/{uuid}POST /api/v1/finding/project/{uuid}/analyzePUT /api/v1/bomGET /api/v1/event/token/{uuid}
Official references:
Features
list_projectssearch_projects_by_nameget_projectlookup_projectget_latest_projectget_project_findingstrigger_project_analysisupload_bomget_event_token_status
Related MCP server: papertrail-mcp
Requirements
Node.js 18+ (tested with Node 25)
A reachable Dependency-Track instance
Either an API key or bearer token with the necessary Dependency-Track permissions
Configuration
Set these environment variables before starting the server:
$env:DEPENDENCY_TRACK_BASE_URL="https://dependency-track.example.com"
$env:DEPENDENCY_TRACK_API_KEY="your-api-key"Or use a bearer token instead:
$env:DEPENDENCY_TRACK_BASE_URL="https://dependency-track.example.com"
$env:DEPENDENCY_TRACK_BEARER_TOKEN="your-bearer-token"Run
node src/index.jsCodex MCP configuration
Example stdio entry:
{
"mcpServers": {
"dependency-track": {
"command": "node",
"args": [
"C:/absolute/path/to/dependency-track-mcp-server/src/index.js"
],
"env": {
"DEPENDENCY_TRACK_BASE_URL": "https://dependency-track.example.com",
"DEPENDENCY_TRACK_API_KEY": "your-api-key"
}
}
}
}Notes on permissions
The server only wraps official Dependency-Track endpoints. Actual access still depends on the permissions of the API key or bearer token:
project listing and lookup:
VIEW_PORTFOLIOfindings and analysis:
VIEW_VULNERABILITYBOM upload:
BOM_UPLOADauto-create during BOM upload:
PORTFOLIO_MANAGEMENTorPROJECT_CREATION_UPLOAD
Query behavior
list_projectsnow supports optional client-sideoffsetandlimitparameters.search_projects_by_nameis intended for normal interactive use and defaults to returning up to 25 matches.Both tools still use the official
GET /api/v1/projectendpoint underneath.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables managing Onde Inference accounts and model catalog operations through MCP tools such as login, app management, model registration, and assignment. Returns structured JSON over stdio for use with any MCP client.Apache 2.0
- FlicenseAqualityCmaintenanceRead-only MCP server for searching migrated Papertrail logs via SolarWinds Observability API. Provides tools to list environments and perform bearer-authenticated log queries through stdio.267 npm-
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to access a CRM over stdio, with Microsoft Entra device-code sign-in so queries run as the signed-in user, and tools to start/check login and search CRM accounts.2 npmISC
- AlicenseBqualityFmaintenanceEnables local MCP clients to manage messaging workflows via stdio: list and read chats/messages, send messages, react to messages, manage typing/read state, and handle contact cards and requests.161,100 npmMIT