mem-forensics-mcp-server

jus1-c/mem-forensics-mcp-server
★ 1 stars Makefile AI/LLM Updated today
A high-performance MCP Server for Memory Forensics that enables AI agents to analyze memory dumps through the Model Context Protocol. Built with two-tier architecture combining Rust speed with Volatility3 coverage.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mem-forensics-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "jus1-c/mem-forensics-mcp-server"
      ]
    }
  }
}