MCP Catalogs
首页

mcp-security-hub

by FuzzingLabs·548·综合分 54

一个包含 38 个生产就绪 MCP 服务器的综合集合,用于 Nmap、Nuclei、SQLMap 等安全工具。

securitydeveloper-toolsops-infra
76
Forks
6
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

mcp-security-hub 项目提供了一个精心组织的 MCP 服务器集合,专门用于安全测试和渗透测试。每个服务器都经过容器化处理,并实施了安全加固措施,包括非root执行、最小基础镜像和资源限制。该集合涵盖从侦察到二进制分析的广泛安全领域,通过 Claude 等自然语言界面可访问 300 多种工具。项目包含带安全扫描的健康检查和全面文档的 CI/CD 流水线。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:AI 助手对目标系统执行漏洞扫描
:通过自然语言命令进行自动化安全评估
:二进制分析和逆向工程用于恶意软件研究

什么时候选它

当您需要通过 AI 助手访问全面的渗透测试和安全分析工具时,特别是在进行渗透测试、漏洞评估和安全研究时,选择此集合。

什么时候不要选它

如果您需要防御性安全工具,或者您的用例需要当前集合中 38 个 MCP 服务器未涵盖的工具,请不要选择此集合。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • nmap_scan

    Port scanning, service detection, OS fingerprinting, NSE scripts

  • nuclei_scan

    Template-based vulnerability scanning with 8000+ templates

  • sqlmap_scan

    SQL injection detection and exploitation

  • disassemble

    Disassembly and decompilation of binary files

  • yara_scan

    Pattern matching for malware classification

  • analyze_capabilities

    Detect capabilities in executables

  • fuzz_contract

    Smart contract fuzzing for Solidity vulnerabilities

  • trivy_scan

    Container, filesystem, and IaC vulnerability scanning

  • secrets_scan

    Find secrets and credentials in git repos and files

  • search_exploit

    Search and retrieve exploits from Exploit-DB

  • analyze_ad

    Active Directory attack path analysis

  • crack_hash

    Crack 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.

可对比工具

mcp-dnsmcp-networknmap-mcpnuclei-mcp

安装

安装步骤

  1. 克隆仓库:
git clone https://github.com/FuzzingLabs/mcp-security-hub
cd mcp-security-hub
  1. 构建所有 MCP 服务器:
docker-compose build
  1. 启动特定服务器:
docker-compose up nmap-mcp nuclei-mcp -d
  1. 对于 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。