Skip to main content
Glama

sec-ops-mcp

SecOps MCP Server (sec-ops-mcp)

License: MIT MCP Version

SecOps MCP 是一款企业级 Model Context Protocol 服务器,为 LLM 和 AI 智能体提供直接的诊断能力,用于防御性安全态势评估、权限提升面审计以及后量子密码学(PQC)就绪性检查。


🛠️ 集成工具模块

模块

范围

关键诊断能力

QuantumGuard

PQC 与现代密码学

扫描 x509 证书链中的经典算法与 PQC 算法(FIPS 203/204),评估 RSA/ECC 上的 Shor 算法攻击风险,并探测 TLS 端点的混合密钥交换支持。

PrivScope

Linux 权限面

识别危险的 SUID/SGID 二进制(已映射 GTFOBins)、未授权的 cap_setuid/cap_dac_override 能力,以及可写的计划任务矩阵。

WinScope

Windows 权限面

审计 AlwaysInstallElevated 注册表绕过、以 SYSTEM 身份运行的未引用服务路径,以及错误配置的服务二进制文件 DACL。


Related MCP server: PentestMCP

🚀 快速入门

前提条件

  • Python 3.10+

  • pip / venv

安装

git clone [https://github.com/JoaquinHernandez/sec-ops-mcp.git](https://github.com/JoaquinHernandez/sec-ops-mcp.git)
cd sec-ops-mcp
python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -r requirements.txt

⚙️ 客户端集成

将以下 MCP 服务器定义添加到您的客户端配置中:

Claude Desktop(claude_desktop_config.json

{
  "mcpServers": {
    "secops-scanner": {
      "command": "/absolute/path/to/sec-ops-mcp/.venv/bin/python",
      "args": ["/absolute/path/to/sec-ops-mcp/server.py"]
    }
  }
}

Cursor / 本地 MCP 智能体

{
  "mcpServers": {
    "secops-scanner": {
      "command": "python",
      "args": ["./server.py"],
      "cwd": "/absolute/path/to/sec-ops-mcp"
    }
  }
}

📋 可用的 MCP 工具

  • scan_pqc_readiness(target_dir):评估本地证书存储是否符合 NIST PQC 迁移指南。

  • scan_tls_quantum_posture(hostname, port):连接 TLS 服务以检查是否存在后量子混合密钥交换套件。

  • audit_linux_posture(deep_scan):扫描 Linux 主机中的 SUID 权限提升向量与权限泄漏。

  • audit_windows_posture():扫描 Windows 注册表和服务表以识别权限提升漏洞。


🔒 安全与纵深防御说明

此 MCP 服务器专为只读态势评估和加固验证而构建。它执行被动分析和结构化报告,使自主防御助手能够指导工程师完成修复工作流,而不生成攻击性载荷。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to perform authorized security testing and penetration testing operations including SSL/TLS analysis, port scanning, vulnerability scanning, and HTTP security header audits through natural language interactions.
    1
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables LLMs to perform Active Directory penetration testing using tools like NetExec, Bloodhound, Nmap, Certipy, and John the Ripper. Automates vulnerability discovery, attack path analysis, and documentation generation for security assessments.
    26
    6
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to perform authorized penetration testing and security assessments by exposing 20+ Kali Linux security tools (nmap, sqlmap, gobuster, hydra, etc.) through a safe, validated interface with command allowlists, rate limiting, and input sanitization.
    19
    1
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables authorized compliance verification and security auditing through natural language, bridging AI assistants with industry-standard security tools for enterprise audits.
    24

View all related MCP servers

Related MCP Connectors

  • Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.

  • AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.

  • Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoaquinHernandez/sec-ops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server