defectdojo-mcp

defectdojo-mcp

3.3

If you are the rightful owner of defectdojo-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

DefectDojo MCP Server is a Model Context Protocol server implementation for DefectDojo, enabling AI agents and MCP clients to interact with the DefectDojo API programmatically.

The DefectDojo MCP Server provides a Model Context Protocol (MCP) server implementation for DefectDojo, a widely-used open-source vulnerability management tool. This server allows AI agents and other MCP clients to programmatically interact with the DefectDojo API, facilitating the management of key entities such as findings, products, and engagements. The server can be run using 'uvx' for automatic dependency management or installed via 'pip'. Configuration requires setting environment variables for API authentication. The server supports various operations like fetching, searching, and updating findings, listing products, and managing engagements, making it a versatile tool for vulnerability management automation.

Features

  • Findings management: Fetch, search, create, update status, and add notes.
  • Products management: List available products.
  • Engagements management: List, retrieve details, create, update, and close engagements.

Tools

  1. get_findings

    Get finds, support for filtering and pagination

  2. search_findings

    Search for findings using text query

  3. update_finding_status

    Update the status of finding

  4. add_finding_note

    Add notes for finding

  5. create_finding

    Create a new finding

  6. list_products

    List products, support filtering and pagination

  7. list_engagements

    List engagements, support filtering and pagination

  8. get_engagement

    Get details for a specific engagement

  9. create_engagement

    Create a new engagement for the product

  10. update_engagement

    Update details of existing engagement

  11. close_engagement

    Tag engagement as completed