|
| 1 | +{ |
| 2 | + "servers": [ |
| 3 | + { |
| 4 | + "name": "nmap-mcp", |
| 5 | + "description": "Network reconnaissance using Nmap - port scanning, service detection, OS fingerprinting", |
| 6 | + "type": "docker", |
| 7 | + "image": "nmap-mcp:latest", |
| 8 | + "category": "reconnaissance", |
| 9 | + "capabilities": ["NET_RAW"], |
| 10 | + "enabled": true |
| 11 | + }, |
| 12 | + { |
| 13 | + "name": "binwalk-mcp", |
| 14 | + "description": "Firmware extraction and analysis using Binwalk - file signatures, entropy analysis, embedded file extraction", |
| 15 | + "type": "docker", |
| 16 | + "image": "binwalk-mcp:latest", |
| 17 | + "category": "binary-analysis", |
| 18 | + "capabilities": [], |
| 19 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 20 | + "enabled": true |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "yara-mcp", |
| 24 | + "description": "Pattern matching and malware classification using YARA rules", |
| 25 | + "type": "docker", |
| 26 | + "image": "yara-mcp:latest", |
| 27 | + "category": "binary-analysis", |
| 28 | + "capabilities": [], |
| 29 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 30 | + "enabled": true |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "capa-mcp", |
| 34 | + "description": "Static capability detection using capa - identifies malware capabilities in binaries", |
| 35 | + "type": "docker", |
| 36 | + "image": "capa-mcp:latest", |
| 37 | + "category": "binary-analysis", |
| 38 | + "capabilities": [], |
| 39 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 40 | + "enabled": true |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "radare2-mcp", |
| 44 | + "description": "Binary analysis and reverse engineering using radare2", |
| 45 | + "type": "docker", |
| 46 | + "image": "radare2-mcp:latest", |
| 47 | + "category": "binary-analysis", |
| 48 | + "capabilities": [], |
| 49 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 50 | + "enabled": true |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "ghidra-mcp", |
| 54 | + "description": "Advanced binary decompilation and reverse engineering using Ghidra", |
| 55 | + "type": "docker", |
| 56 | + "image": "ghcr.io/clearbluejar/pyghidra-mcp:latest", |
| 57 | + "category": "binary-analysis", |
| 58 | + "capabilities": [], |
| 59 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 60 | + "enabled": true |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "searchsploit-mcp", |
| 64 | + "description": "CVE and exploit search using SearchSploit / Exploit-DB", |
| 65 | + "type": "docker", |
| 66 | + "image": "searchsploit-mcp:latest", |
| 67 | + "category": "exploitation", |
| 68 | + "capabilities": [], |
| 69 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 70 | + "enabled": true |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "nuclei-mcp", |
| 74 | + "description": "Vulnerability scanning using Nuclei templates", |
| 75 | + "type": "docker", |
| 76 | + "image": "nuclei-mcp:latest", |
| 77 | + "category": "web-security", |
| 78 | + "capabilities": ["NET_RAW"], |
| 79 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 80 | + "enabled": true |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "trivy-mcp", |
| 84 | + "description": "Container and filesystem vulnerability scanning using Trivy", |
| 85 | + "type": "docker", |
| 86 | + "image": "trivy-mcp:latest", |
| 87 | + "category": "cloud-security", |
| 88 | + "capabilities": [], |
| 89 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 90 | + "enabled": true |
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "gitleaks-mcp", |
| 94 | + "description": "Secret and credential detection in code and firmware using Gitleaks", |
| 95 | + "type": "docker", |
| 96 | + "image": "gitleaks-mcp:latest", |
| 97 | + "category": "secrets", |
| 98 | + "capabilities": [], |
| 99 | + "volumes": ["~/.fuzzforge/hub/workspace:/data"], |
| 100 | + "enabled": true |
| 101 | + } |
| 102 | + ], |
| 103 | + "default_timeout": 300, |
| 104 | + "cache_tools": true |
| 105 | +} |
0 commit comments