memscope-mcp

Boti-Ormandi/memscope-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server for low-level Windows process memory research. Typed reads/writes, AOB scans, x64 inline hooking, PEB introspection, server-side Lua 5.4.
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": {
    "memscope-mcp": {
      "command": "uvx",
      "args": [
        "memscope-mcp"
      ]
    }
  }
}

Or install with pip: pip install memscope-mcp

README Excerpt

**Scriptable Windows process-memory research through MCP.** memscope-mcp is a Windows x64 Model Context Protocol (MCP) server for process-memory research and reverse engineering. It combines a small direct MCP surface with in-process Lua composition through Lupa, so multi-step work can execute near the

Topics

ai-agentshookinginline-hookingluamcpmcp-servermemory-analysismodel-context-protocolpythonreverse-engineeringshellcodewindowsx86-64