MCP Directory
Back

defectdojo-mcp

by jamiesonio · Python · ★ 13

An experimental ModelContextProtocol server connecting LLMs to DefectDojo for AI-powered security workflows. Enables natural language interaction with vulnerability data, simplifies security analysis, and automates reporting through a lightweight middleware integration.

#appsec#defectdojo#devsecops#fastmcp#mcp#security#security-automation

Install

pip install git+https://github.com/jamiesonio/defectdojo-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "defectdojo-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jamiesonio/defectdojo-mcp.git"
      ]
    }
  }
}

From the README

[](https://badge.fury.io/py/defectdojo) This project provides a [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/specification) server implementation for [DefectDojo](https://github.com/DefectDojo/django-DefectDojo), a popular open-source vulnerability management tool. It allows AI agents and other MCP clients to interact with the DefectDojo API programmatically. This MCP server exposes tools for managing key DefectDojo entities: * **Findings:** Fetch, search, create, update status, and add notes. * **Products:** List available products. * **Engagements:** List,…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers