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.

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct forensic operation: file metadata and hashing, string extraction, and memory dump analysis. There is no overlap in their purposes, making selection unambiguous.

Naming Consistency4/5

Tool names follow a clear verb_noun pattern: extract-metadata, extract-strings, analyze-memory-dump. The verbs differ (extract vs. analyze) but this is justifiable based on the action type, and the pattern is consistent throughout.

Tool Count4/5

Three tools is on the lower end, but each tool covers a broad, substantial forensic category. The count is appropriate for a focused investigator server, though could be slightly expanded.

Completeness4/5

The set covers core artifact investigation needs: metadata extraction (with MIME mismatch and hash), string/indicator extraction, and memory analysis. Minor gaps like disk image carving or network artifact analysis exist, but the major workflows are represented.

Maintenance

ActivityStale
ResponsivenessNo issues