
MCP Cheat Engine Server
Supports UIby bethington
Safe, read-only memory analysis and debugging tool for software developers, security researchers, and game modders.
What it does
Connects an AI assistant to a Windows process's memory, allowing for real-time analysis, pattern searching, and code disassembly without the risk of modifying the target process.
Tools
list_processes: Enumerate available processes to attach to.attach_to_process: Establish a connection to a specific process ID.read_memory_region: Read raw bytes or structured data from a memory address.scan_memory: Search for specific byte patterns or strings across memory regions.disassemble_code: Convert raw machine code at a specific address into human-readable assembly.resolve_pointer_chain: Trace multi-level pointers to find dynamic memory addresses.import_cheat_table: Import existing .CT files from Cheat Engine.execute_lua_script: Analyze and execute Lua scripts in a safe, read-only environment.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cheat-engine": {
"command": "python",
"args": ["path\\to\\server\\main.py", "--debug", "--read-only"],
"cwd": "path\\to\\cheat-engine-server-python"
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -r requirements.txt && python server/main.pyInformation
- Pricing
- free
- Published
- 4/23/2026






