Skip to main content
Glama
guyoverclocked

forensic-artifact-investigator

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FILE_BINARYNofile executable path/namefile
EVIDENCE_ROOTNoCanonical directory from which evidence can be read/evidence
STRINGS_BINARYNoGNU-compatible strings executable path/namestrings
EXIFTOOL_BINARYNoExifTool executable path/nameexiftool
ANALYSIS_LOG_PATHNoAppend-only JSONL chain-of-custody log destinationdata/analysis-log.jsonl
VOLATILITY_BINARYNoVerified Volatility executable path; unset causes memory tool dependency error
MCP_TRANSPORT_TYPENoMCP transport selectionstdio
VIRUSTOTAL_API_KEYNoOptional key for hash-only reputation lookups
MAX_RETURNED_STRINGSNoMaximum strings retained in MCP response5000
VOLATILITY_TIMEOUT_MSNoTimeout per Volatility plugin300000
FILE_COMMAND_TIMEOUT_MSNoTimeout for file, ExifTool, and strings commands60000
MAX_STRING_OUTPUT_BYTESNoCaptured strings stdout cap2000000
VOLATILITY_MAJOR_VERSIONNoVolatility major version (3 or 2)3
MAX_SUBPROCESS_STDERR_BYTESNoGeneral command stderr capture cap512000
MAX_SUBPROCESS_STDOUT_BYTESNoGeneral command stdout capture cap2000000
VOLATILITY_MAX_OUTPUT_BYTESNoCaptured Volatility stdout cap5000000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract-metadataA

Run real file and ExifTool analysis on an evidence file, calculate SHA-256, and compare its extension with the detected MIME type. An extension/MIME mismatch confirms a file-type discrepancy, not malware.

extract-stringsA

Run GNU strings -n 6 against an evidence file and report bounded real string output plus IP, URL/domain, and suspicious-keyword indicators. Indicators are not proof of malware.

analyze-memory-dumpA

Perform bounded, real Volatility analysis of a Windows memory dump inside the evidence root. Returns plugin-level failures honestly; malfind hits require analyst review.

Prompts

Interactive templates invoked by user choice

NameDescription
full-file-analysisCreate a bounded forensic-analysis workflow for one evidence file or memory dump using only the server’s declared forensic capabilities.

Resources

Contextual data attached and managed by the client

NameDescription
signatures://magic-bytesBundled magic-byte and expected-MIME reference table used for extension/MIME comparison.
case://analysis-logRead-only, append-only chain-of-custody analysis log in chronological JSONL order.
signatures://threat-intelBounded hash-only threat-intelligence lookup. Read a concrete URI containing an MD5, SHA-1, or SHA-256 hash.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guyoverclocked/forensic-analyzer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server