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
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.
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.
claude mcp add mcp-defectdojo -- uvx mcp-defectdojo
{
"mcpServers": {
"mcp-defectdojo": {
"args": [
"mcp-defectdojo"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-defectdojo]
command = "uvx"
args = ["mcp-defectdojo"]
{
"mcpServers": {
"mcp-defectdojo": {
"args": [
"mcp-defectdojo"
],
"command": "uvx"
}
}
}
{
"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.
Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude
BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...
MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Design system MCP with 9 tools for component discovery, rendering, and a11y auditing
Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.
MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.
Answers built from our own checks of this server.