mcp-defectdojo
DefectDojo
MCP server for DefectDojo: 24 tools with RBAC, HMAC audit chain, and SIEM forwarding
Package Details
mcp-defectdojo
Environment Variables
Base URL of the DefectDojo instance (must use https:// unless ALLOW_INSECURE_HTTP=true)
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.
Optional read-only API key (used for GET requests in dual-key mode)
Optional write API key (used for POST/PATCH in dual-key mode)
Bearer token granting admin-role access (legacy single-token mode — prefer MCP_ROLE_<NAME>=<token>:<role> for RBAC)
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))'