nuclei-mcp

An implementation of a Model Context Protocol (MCP) for the Nuclei scanner. This tool enables context-aware vulnerability scanning by intelligently providing models and context to the scanning engine, allowing for more efficient and targeted template execution

GitHub Stars

22

User Rating

Not Rated

Favorites

0

Views

31

Forks

4

Issues

1

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Nuclei (will be automatically downloaded if not present)
Node.js 14+ (for MCP Inspector, optional)
1Download the latest release for your platform from the [Releases page](https://github.com/your-org/nuclei-mcp/releases)
2Extract the archive
3Run the binary:
bash
   # Linux/macOS
   ./nuclei-mcp
   # Windows
   nuclei-mcp.exe
   
bash
go install github.com/your-org/nuclei-mcp/cmd/nuclei-mcp@latest

Additional Resources