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