agentropix-mcp

galvangabriel-web/agentropix-mcp
★ 0 stars Python AI/LLM Updated 3d ago
Agentropix is a governed Model Context Protocol (MCP) server for digital forensics and incident response. It wraps battle-tested DFIR tooling—Plaso, Volatility 3, Sleuth Kit, YARA, EZ Tools—behind safety-gated, auditable AI-agent tools that map evidence to MITRE ATT&CK for autonomous, court-defensible analysis.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentropix-mcp": {
      "command": "uvx",
      "args": [
        "agentropix-mcp"
      ]
    }
  }
}

Or install with pip: pip install agentropix-mcp

README Excerpt

> ## Autonomous DFIR triage on the SANS SIFT Workstation — that never lets the LLM rate its own findings. > Point it at a Windows disk or memory image. It drives **16 real SIFT forensic tools** through **one > MCP server (71 tools)**, correlates across a **7-agent swarm** on a quorum blackboard, and emits a

Tools (1)

npx