mcpbeat Sign in

DefectDojo MCP Server

by inspicere Your server? Claim it
local only

DefectDojo runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from pypi. Last commit 29 May 2026.

MCP server for DefectDojo: 24 tools with RBAC, HMAC audit chain, and SIEM forwarding

Installs per day peak 44 · avg 14 · +14% w/w
a month agotoday
109
Installs / week
pypi · mcp-defectdojo
0
Stars
0 open issues
29 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check DefectDojo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-defectdojo -- uvx mcp-defectdojo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-defectdojo": {
      "args": [
        "mcp-defectdojo"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-defectdojo]
command = "uvx"
args = ["mcp-defectdojo"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-defectdojo": {
      "args": [
        "mcp-defectdojo"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-defectdojo": {
      "args": [
        "mcp-defectdojo"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DEFECTDOJO_URL (Base URL of the DefectDojo instance (must use https:// unless ALLOW_INSECURE_HTTP=true)), DEFECTDOJO_API_KEY (API key for DefectDojo (generate at DefectDojo > API v2 > Your API Key). Use DEFECTDOJO_READ_API_KEY + DEFECTDOJO_WRITE_API_KEY for least-privilege dual-key mode.), DEFECTDOJO_READ_API_KEY (Optional read-only API key (used for GET requests in dual-key mode)), DEFECTDOJO_WRITE_API_KEY (Optional write API key (used for POST/PATCH in dual-key mode)), MCP_AUTH_TOKEN (Bearer token granting admin-role access (legacy single-token mode — prefer MCP_ROLE_<NAME>=<token>:<role> for RBAC)), AUDIT_HMAC_KEY (HMAC key for audit log integrity chain. Required for cross-restart log verification on network transports. Generate with: python3 -c 'import secrets; print(secrets.token_hex(32))'). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DefectDojo

same job, measured the same way
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

210 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Delora MCP
by deloraprotocol

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

68 installs/wk 6 tools answering
Fragments MCP
by conanmcn

Design system MCP with 9 tools for component discovery, rendering, and a11y auditing

89 installs/wk local only
Sign CLI
by drbaher

Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.

119 installs/wk local only
Mst MCP
by vipulsutar11

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

local only

DefectDojo — questions

Answers built from our own checks of this server.

Why is there no uptime for DefectDojo?
DefectDojo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-defectdojo was installed 109 times last week.
How do I connect DefectDojo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-defectdojo straight from pypi; nothing to host, nothing to sign up for.
How many people use DefectDojo?
The pypi package mcp-defectdojo was installed 109 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DefectDojo open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.