Loading languages...
MC

mcp_nuclei_server

@crazyMarky15

A Nuclei security scanning server based on MCP (Model Control Protocol), providing convenient vulnerability scanning services.一个基于 MCP (Model Control Protocol) 的 Nuclei 安全扫描服务器,提供便捷的漏洞扫描服务。

security scanning
nuclei
mcp server
vulnerability detection

# mcpServer Config

{
  "mcpServers": {
    "nuclei_mcp_server": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/path/to/nuclei_mcp_server/",
        "run",
        "main.py"
      ],
      "env": {
        "NUCLEI_BIN_PATH": "/path/to/nuclei"
      }
    }
  }
}

# stdio

uv --directory /path/to/nuclei_mcp_server/ run main.py
Transport:
stdio
언어:
Python
생성됨:4/22/2025
업데이트됨:7/16/2025
홈페이지: