detection-engineering-mcp-server

sredleaf-prog/detection-engineering-mcp-server
★ 0 stars Unknown language AI/LLM Updated 2d ago
Detection engineering MCP server for Claude — Sigma rules, ATT&CK mappings, and a full purple team validation pipeline (AI Cyber Defense Ops capstone)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "detection-engineerin": {
      "command": "npx",
      "args": [
        "-y",
        "sredleaf-prog/detection-engineering-mcp-server"
      ]
    }
  }
}