Back to Browse

Defectdojo MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Base URL of the DefectDojo instance (must use https:// unless ALLOW_INSECURE_HTTP=true)Optional

Environment variable: DEFECTDOJO_URL

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

Environment variable: DEFECTDOJO_API_KEY

Optional read-only API key (used for GET requests in dual-key mode)Required

Environment variable: DEFECTDOJO_READ_API_KEY

Optional write API key (used for POST/PATCH in dual-key mode)Required

Environment variable: DEFECTDOJO_WRITE_API_KEY

Bearer token granting admin-role access (legacy single-token mode — prefer MCP_ROLE_<NAME>=<token>:<role> for RBAC)Required

Environment variable: MCP_AUTH_TOKEN

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))'Required

Environment variable: AUDIT_HMAC_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-inspicere-mcp-defectdojo": {
      "env": {
        "AUDIT_HMAC_KEY": "your-audit-hmac-key-here",
        "DEFECTDOJO_URL": "your-defectdojo-url-here",
        "MCP_AUTH_TOKEN": "your-mcp-auth-token-here",
        "DEFECTDOJO_API_KEY": "your-defectdojo-api-key-here",
        "DEFECTDOJO_READ_API_KEY": "your-defectdojo-read-api-key-here",
        "DEFECTDOJO_WRITE_API_KEY": "your-defectdojo-write-api-key-here"
      },
      "args": [
        "mcp-defectdojo"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!