mcp-security-hub
by FuzzingLabs·★ 548·Score 54
A comprehensive collection of 38 production-ready MCP servers for offensive security tools including Nmap, Nuclei, SQLMap, and more.
Overview
The mcp-security-hub project provides a well-organized collection of MCP (Model Context Protocol) servers specifically designed for security testing and penetration testing. Each server is Dockerized with security hardening measures including non-root execution, minimal base images, and resource constraints. The collection covers a wide range of security domains from reconnaissance to binary analysis, with 300+ tools accessible through natural language interfaces like Claude. The project features CI/CD pipelines with security scanning, health checks, and comprehensive documentation.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose this collection when you need access to a comprehensive suite of offensive security tools through AI assistants, particularly for penetration testing, vulnerability assessment, and security research.
When NOT to choose this
Don't choose this if you're looking for defensive security tools, or if your use case requires tools not covered by the current 38 MCP servers in the collection.
Tools this server exposes
12 tools extracted from the READMEnmap_scanPort scanning, service detection, OS fingerprinting, NSE scripts
nuclei_scanTemplate-based vulnerability scanning with 8000+ templates
sqlmap_scanSQL injection detection and exploitation
disassembleDisassembly and decompilation of binary files
yara_scanPattern matching for malware classification
analyze_capabilitiesDetect capabilities in executables
fuzz_contractSmart contract fuzzing for Solidity vulnerabilities
trivy_scanContainer, filesystem, and IaC vulnerability scanning
secrets_scanFind secrets and credentials in git repos and files
search_exploitSearch and retrieve exploits from Exploit-DB
analyze_adActive Directory attack path analysis
crack_hashCrack hashes using various algorithms
Note: Tool names were inferred from server descriptions and usage examples since the README doesn't provide explicit tool lists with signatures. Many servers are described as 'wrappers' for other MCP servers.
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/FuzzingLabs/mcp-security-hub
cd mcp-security-hub- Build all MCP servers:
docker-compose build- Start specific servers:
docker-compose up nmap-mcp nuclei-mcp -d- For Claude Desktop, add to your config:
{
"mcpServers": {
"nmap": {
"command": "docker",
"args": ["run", "-i", "--rm", "--cap-add=NET_RAW", "nmap-mcp:latest"]
},
"nuclei": {
"command": "docker",
"args": ["run", "-i", "--rm", "nuclei-mcp:latest"]
}
}
}Compare mcp-security-hub with
Last updated · Auto-generated from public README + GitHub signals.