vulnx-MCP-Server

tobiasGuta/vulnx-MCP-Server
★ 0 stars JavaScript ⚙️ DevOps Updated today
A fully self-contained MCP server that wraps ProjectDiscovery vulnx all inside Docker, nothing installed on your host.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vulnx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tobiasGuta/vulnx-MCP-Server"
      ]
    }
  }
}