miscusi-peek/cheatengine-mcp-bridge — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a tool that lets an AI coding assistant talk directly to Cheat Engine so I can ask normal questions about a running program instead of digging through memory by hand.

I want a Lua script that runs inside Cheat Engine and a small Python MCP server that Cursor, Claude, Codex, or Copilot can connect to. It should let the AI attach to a process, read memory, follow pointer chains, scan for values and AOB patterns, disassemble code, inspect structures, set breakpoints, and help find reliable hooks or signatures for mods, trainers, CTF work, or security research.

Make it work on Windows with a named pipe, and also include a TCP relay option for WSL, VMs, or remote setups. Add clear setup instructions, example MCP configs, a quick connection test, and a few example prompts like finding health values or analyzing a function. Keep it practical and safe for authorized targets only. Look up current MCP docs online if you need to.

Want more depth? Deep Reverse