Cheatengine Mcp Bridge logo

Cheatengine Mcp Bridge

Free

Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.

FreeFree tier
#Lua
Inputs: textOutputs: text, code
Type
Saas

About Cheatengine Mcp Bridge

Cheat Engine MCP Bridge connects AI agents (Claude, Cursor, Copilot) directly to Cheat Engine via the Model Context Protocol (MCP). It allows users to automate reverse engineering tasks like finding pointer chains, memory addresses, OPcodes, and AOB signatures using natural language. The tool reads memory instantly (integers, floats, strings, pointers), follows pointer chains in milliseconds, auto-analyzes structures, identifies C++ objects via RTTI, disassembles functions, and provides invisible debugging with hardware breakpoints and Ring -1 hypervisor. Ideal for creating mods, trainers, security audits, game bots, and accelerating reverse engineering workflows.

Key Features

Natural language interface for memory analysis and reverse engineering
Read any memory instantly (integers, floats, strings, pointers)
Follow pointer chains: [[base+0x10]+0x20]+0x8 resolved in milliseconds
Auto-analyze structures with field types and values
Identify C++ objects via RTTI (e.g., 'This is a CPlayer object')
Disassemble and analyze functions
Invisible debugging with hardware breakpoints + Ring -1 hypervisor
Generate unique AOB signatures for update-persistent trainers
Find OPcodes for character coordinates, health values, etc.
Create Python interpreters of hex to plain text

Pros & Cons

Pros
  • Replaces days of manual memory analysis with minutes of natural language queries
  • Supports multiple AI agents (Claude, Cursor, Copilot)
  • Open source and free to use
  • Automates complex tasks like pointer scanning and signature generation
  • Provides low-level debugging capabilities (hardware breakpoints, hypervisor)
  • Cross-AI compatibility via MCP standard
Cons
  • Windows-only for native named pipe mode (requires pywin32)
  • Requires Cheat Engine with DBVM mode enabled for full feature set
  • Setup requires manually loading a Lua script in Cheat Engine
  • Potentially limited to game hacking contexts, may raise ethical concerns
  • Documentation assumes familiarity with Cheat Engine and reverse engineering

Best For

Creating game mods and trainersAutomating game hacking and memory editingSecurity auditing of program memoryBuilding game botsAccelerating reverse engineering of any program or gameFinding packet decryptor hooksDocumenting and interpreting hex data structures

FAQ

Is this tool only for Windows?
The native named pipe mode is Windows-only because it uses pywin32. However, a TCP relay transport is available when the MCP server runs outside the Windows environment that hosts Cheat Engine.
Do I need Cheat Engine installed?
Yes, the bridge requires Cheat Engine to be running with the ce_mcp_bridge.lua script loaded. DBVM mode is recommended for full functionality.
Which AI agents are supported?
The bridge connects to any MCP-compatible AI agent, including Claude, Cursor, and GitHub Copilot.
Is this tool free?
Yes, the Cheat Engine MCP Bridge is open source and free to use under the license in the repository.