Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Dependency Track Server

БесплатноНе проверен

Enables querying projects, fetching findings, triggering analysis, uploading CycloneDX BOMs, and checking async token status for OWASP Dependency-Track.

GitHubEmbed

Описание

Enables querying projects, fetching findings, triggering analysis, uploading CycloneDX BOMs, and checking async token status for OWASP Dependency-Track.

README

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/project
  • GET /api/v1/project/{uuid}
  • GET /api/v1/project/lookup
  • GET /api/v1/project/latest/{name}
  • GET /api/v1/finding/project/{uuid}
  • POST /api/v1/finding/project/{uuid}/analyze
  • PUT /api/v1/bom
  • GET /api/v1/event/token/{uuid}

Official references:

Features

  • list_projects
  • search_projects_by_name
  • get_project
  • lookup_project
  • get_latest_project
  • get_project_findings
  • trigger_project_analysis
  • upload_bom
  • get_event_token_status

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.js

Codex 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_PORTFOLIO
  • findings and analysis: VIEW_VULNERABILITY
  • BOM upload: BOM_UPLOAD
  • auto-create during BOM upload: PORTFOLIO_MANAGEMENT or PROJECT_CREATION_UPLOAD

Query behavior

  • list_projects now supports optional client-side offset and limit parameters.
  • search_projects_by_name is intended for normal interactive use and defaults to returning up to 25 matches.
  • Both tools still use the official GET /api/v1/project endpoint underneath.

License

MIT

from github.com/daniel-brenner-fnt/dependency-track-mcp-server

Установить Dependency Track Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install dependency-track-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add dependency-track-mcp-server -- npx -y dependency-track-mcp-server

FAQ

Dependency Track Server MCP бесплатный?

Да, Dependency Track Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Dependency Track Server?

Нет, Dependency Track Server работает без API-ключей и переменных окружения.

Dependency Track Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Dependency Track Server в Claude Desktop, Claude Code или Cursor?

Открой Dependency Track Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Dependency Track Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development