Skip to content

Releases: galvangabriel-web/agentropix-mcp

agentropix-mcp 0.3.0 — MCP server + Trinity engine

Choose a tag to compare

@galvangabriel-web galvangabriel-web released this 10 Jun 23:11

Adds the Trinity-Loop / DFIR-swarm engine source (trinity/, agents/, detectors/ — 29 modules + bundled YARA rules) to the package.

pip install https://github.com/galvangabriel-web/agentropix-mcp/releases/download/v0.3.0/agentropix_mcp-0.3.0-py3-none-any.whl
# + the deterministic Architect/Critic + 13-agent swarm runtime:
pip install "agentropix-mcp[engine] @ https://github.com/galvangabriel-web/agentropix-mcp/releases/download/v0.3.0/agentropix_mcp-0.3.0-py3-none-any.whl"

The MCP server (agentropix-mcp) runs without the engine extra; [engine] adds the Trinity/swarm runtime, [forensics] the parsers, [reports] rendering. Boot remains fail-closed without AGENTROPIX_MCP_AUTH_TOKEN.

agentropix-mcp 0.2.2 — MCP server wheel

Choose a tag to compare

@galvangabriel-web galvangabriel-web released this 10 Jun 17:09

First packaged release of the Agentropix-SIFT MCP server (agentropix_mcp/ in this repo).

Install

pip install https://github.com/galvangabriel-web/agentropix-mcp/releases/download/v0.2.2/agentropix_mcp-0.2.2-py3-none-any.whl
# extras: in-process forensic parsers / report rendering
pip install "agentropix_mcp[forensics] @ https://github.com/galvangabriel-web/agentropix-mcp/releases/download/v0.2.2/agentropix_mcp-0.2.2-py3-none-any.whl"

Run

AGENTROPIX_MCP_AUTH_TOKEN="$(openssl rand -base64 32)" agentropix-mcp --transport http --port 8765
agentropix-mcp            # stdio (default) for a local mcp.json command entry

Boot is fail-closed — the server refuses to start without AGENTROPIX_MCP_AUTH_TOKEN unless AGENTROPIX_MCP_DEV_MODE=1. The classic SIFT binaries (vol, fls/mmls/icat, ewfinfo, yara, bulk_extractor, rip.pl, EZ-Tools…) are resolved from PATH at call time — bring a SIFT Workstation.

Docs: package README · validated architecture design · client setup