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, и проверяет TLS-эндпоинты на поддержку гибридного обмена ключами.

PrivScope

Поверхность привилегий в Linux

Выявляет опасные SUID/SGID-бинарники (с сопоставлением с GTFOBins), неавторизованные capabilities 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 и утечек capabilities.

  • audit_windows_posture(): Сканирует реестр Windows и таблицы служб на предмет уязвимостей повышения привилегий.


🔒 Примечания по безопасности и многоуровневой защите

Этот MCP-сервер создан специально для пассивной оценки защищённости и последующей проверки усиления конфигурации. Он выполняет только чтение, пассивный анализ и структурированную отчётность, что позволяет автономным защитным ассистентамaни инженеров по процедурам исправления, не генерируяayload эксплуатации.

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