defectdojo-mcp

Ibrahimogod/defectdojo-mcp
★ 0 stars Go AI/LLM Updated today
MCP server for DefectDojo: search, triage, and resolve security findings from an LLM over Streamable HTTP
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "defectdojo-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Ibrahimogod/defectdojo-mcp@latest"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an LLM (Claude or any other MCP client) search, triage, and resolve findings in a false positives, accept risk, verify fixes, close findings, add notes, manage tags. It also reaches the rest of the DefectDojo API through a small set of generic discovery tools. Written in Go, runs as a container your MCP