mcp-security-hub
by FuzzingLabs·★ 548·综合分 54
一个包含 38 个生产就绪 MCP 服务器的综合集合,用于 Nmap、Nuclei、SQLMap 等安全工具。
概述
mcp-security-hub 项目提供了一个精心组织的 MCP 服务器集合,专门用于安全测试和渗透测试。每个服务器都经过容器化处理,并实施了安全加固措施,包括非root执行、最小基础镜像和资源限制。该集合涵盖从侦察到二进制分析的广泛安全领域,通过 Claude 等自然语言界面可访问 300 多种工具。项目包含带安全扫描的健康检查和全面文档的 CI/CD 流水线。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当您需要通过 AI 助手访问全面的渗透测试和安全分析工具时,特别是在进行渗透测试、漏洞评估和安全研究时,选择此集合。
什么时候不要选它
如果您需要防御性安全工具,或者您的用例需要当前集合中 38 个 MCP 服务器未涵盖的工具,请不要选择此集合。
此 server 暴露的工具
从 README 抽取出 12 个工具nmap_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
说明: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.
可对比工具
安装
安装步骤
- 克隆仓库:
git clone https://github.com/FuzzingLabs/mcp-security-hub
cd mcp-security-hub- 构建所有 MCP 服务器:
docker-compose build- 启动特定服务器:
docker-compose up nmap-mcp nuclei-mcp -d- 对于 Claude Desktop,添加到配置文件:
{
"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"]
}
}
}mcp-security-hub 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。