protocol-sift-agent

MuneebX65/protocol-sift-agent
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Autonomous AI incident response agent built on SANS SIFT Workstation. Custom MCP server wrapping key forensic tools as safe typed functions, with self-correcting AI triage agent. SANS Find Evil! Hackathon 2026.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "protocol-sift-agent": {
      "command": "uvx",
      "args": [
        "protocol-sift-agent"
      ]
    }
  }
}

Or install with pip: pip install protocol-sift-agent

README Excerpt

Autonomous AI incident response agent built on SANS SIFT Workstation. Custom MCP server wrapping key forensic tools as safe typed functions, with self-correcting AI triage agent. SANS Find Evil! Hackathon 2026.