Detection engineering MCP server for Claude — Sigma rules, ATT&CK mappings, and a full purple team validation pipeline (AI Cyber Defense Ops capstone)
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"
]
}
}
}
Run in terminal:
claude mcp add detection-engineerin npx -y sredleaf-prog/detection-engineering-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"detection-engineerin": {
"command": "npx",
"args": [
"-y",
"sredleaf-prog/detection-engineering-mcp-server"
]
}
}
}