Back to Apps

Forensic Analyzer MCP
Supports UIby guyoverclocked
Professional forensic evidence analysis tool integrating ExifTool, GNU strings, and Volatility 3 for artifact inspection.
0 stars
Works in:Codex
Exposes:ToolsResourcesPrompts
What it does
Enables AI agents to perform read-only, bounded inspection of forensic evidence files. It interfaces directly with industry-standard binaries to extract metadata, identify strings/indicators, and analyze Windows memory dumps without simulating output.
Key features
- Metadata Extraction: Uses
fileand ExifTool to detect MIME types, calculate SHA-256 hashes, and find extension mismatches. - String Analysis: Runs
strings -n 6to identify IP addresses, URLs, and suspicious keywords within binary files. - Memory Forensics: Integrates Volatility 3 to analyze Windows memory dumps, reporting status for plugins like
pslistandmalfind. - Chain of Custody: Maintains a local append-only JSONL log of all analysis actions.
- Threat Intel: Supports hash-only reputation lookups via VirusTotal API.
Installation
- Claude Desktop:
{
"mcpServers": {
"forensic-analyzer": {
"command": "node",
"args": ["/absolute/path/to/forensic-analyzer-mcp/dist/index.js"],
"env": {
"EVIDENCE_ROOT": "/absolute/path/to/evidence",
"ANALYSIS_LOG_PATH": "/absolute/path/to/logs/analysis-log.jsonl"
}
}
}
}
- Codex: Add to
~/.codex/config.tomlunder[mcp_servers.forensic-analyzer]. - Claude Code: Use
claude mcp addwith the specified env vars.
Supported hosts
Claude Desktop, Codex, Claude Code
Quick install
npm run build && npm run start:prodInformation
- Pricing
- free
- Published
- 7/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to [mcp_servers.forensic-analyzer] in config.tomlclaude-code
claude mcp add --scope user --transport stdio forensic-analyzer -- node /path/to/dist/index.jsClaude Desktop
{"mcpServers": {"forensic-analyzer": {"command": "node", "args": ["/absolute/path/to/forensic-analyzer-mcp/dist/index.js"], "env": {"EVIDENCE_ROOT": "...", "ANALYSIS_LOG_PATH": "..."}}}}





