Skip to content
Zed

DefectDojo for Zed

io.github.inspicere/mcp-defectdojo

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

client:Zed transport:stdio runtime:pypi

Install DefectDojo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-defectdojo": {
      "command": "uvx",
      "args": [
        "mcp-defectdojo"
      ],
      "env": {
        "DEFECTDOJO_URL": "<DEFECTDOJO_URL>",
        "DEFECTDOJO_API_KEY": "<DEFECTDOJO_API_KEY>",
        "DEFECTDOJO_READ_API_KEY": "<DEFECTDOJO_READ_API_KEY>",
        "DEFECTDOJO_WRITE_API_KEY": "<DEFECTDOJO_WRITE_API_KEY>",
        "MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>",
        "AUDIT_HMAC_KEY": "<AUDIT_HMAC_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

DefectDojo in other clients