Mem Forensics MCP Server

Three-tier engine automatically routes each tool to the fastest backend:

Local serverstdioPython

What is the Mem Forensics MCP MCP server?

Most monitoring and observability work still happens through a UI a human drives. Mem Forensics MCP MCP server moves it into the conversation instead. Three-tier engine automatically routes each tool to the fastest backend:.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • winforensics-mcp — Windows disk forensics (EVTX, Registry, MFT, Prefetch, YARA, PCAP)
  • mac_forensics-mcp — macOS DFIR (Unified Logs, FSEvents, Spotlight, Plists)
  • Tier — Engine
  • memory_analyze_image — 1->2
  • memory_run_plugin — 1->3
  • memory_list_plugins — -
  • memory_list_sessions — -
  • memory_get_status — -
  • memory_full_triage — 1+2
  • memory_hunt_process_anomalies — 2
  • memory_get_process_tree — 2
  • memory_find_injected_code — 1->2

What it needs from you

Configuration is passed through the environment: VOLATILITY3_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.


## Getting it running

The server ships on PyPI as `mem-forensics-mcp`, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

## How it compares

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mem Forensics MCP's toolset — `winforensics-mcp`, `mac_forensics-mcp`, `Tier` and 11 more — is a fair guide to whether it matches your workflow. It is maintained by x746b; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

## Things to watch

- It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
- With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mem Forensics MCP.
- Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
winforensics-mcpWindows disk forensics (EVTX, Registry, MFT, Prefetch, YARA, PCAP)
mac_forensics-mcpmacOS DFIR (Unified Logs, FSEvents, Spotlight, Plists)
TierEngine
memory_analyze_image1->2
memory_run_plugin1->3
memory_list_plugins-
memory_list_sessions-
memory_get_status-
memory_full_triage1+2
memory_hunt_process_anomalies2
memory_get_process_tree2
memory_find_injected_code1->2
memory_find_c2_connections1+2
memory_get_command_history1+2

How to install the Mem Forensics MCP MCP server

{
  "mcpServers": {
    "mem-forensics": {
      "command": "uvx",
      "args": ["mem-forensics-mcp"],
      "env": {
        "VOLATILITY3_PATH": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
VOLATILITY3_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Mem Forensics MCP to winforensics-mcp.
  • Use Mem Forensics MCP to mac forensics-mcp.
  • Use Mem Forensics MCP to Tier.

Frequently asked questions

It connects Mem Forensics MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (winforensics-mcp, mac_forensics-mcp, Tier, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mem Forensics MCP directly.