fuzz-fleet

foxyybb/fuzz-fleet
★ 1 stars TypeScript 🤖 AI/LLM Updated 1mo ago
An MCP server that gives AI coding assistances access to distrbuted fuzzing workflows - cross-machine messaging, crash triage, coverage analysis, and remote execution. Engine agnostic.
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": {
    "fuzz-fleet": {
      "command": "npx",
      "args": [
        "-y",
        "foxyybb/fuzz-fleet"
      ]
    }
  }
}