Back to MCP Servers

Volatility

MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs.

securityapirestaillm

Installation

npx -y volatility-mcp

Configuration

{
  "mcpServers": {
    "volatility-mcp": {
      "command": "npx",
      "args": ["-y", "volatility-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub