cheatengine-mcp-bridge
Installation
SKILL.md
Cheat Engine MCP Bridge
Skill by ara.so — MCP Skills collection.
Connect Claude, Cursor, Copilot and other AI agents directly to Cheat Engine via the Model Context Protocol. Automate reverse engineering, memory analysis, pointer scanning, and debugging using natural language queries instead of manual clicking through hex dumps.
What This Does
The Cheat Engine MCP Bridge exposes ~180 Cheat Engine functions as MCP tools, allowing AI agents to:
- Read/write memory (integers, floats, strings, pointers)
- Follow pointer chains:
[[base+0x10]+0x20]+0x8 - Scan for values and AOB (Array of Bytes) patterns
- Disassemble and analyze functions
- Set hardware breakpoints and debug invisibly with DBVM (Ring -1 hypervisor)
- Identify C++ objects via RTTI
- Auto-analyze memory structures
- Generate update-resistant AOB signatures
- Inject DLLs and execute shellcode