cheatengine-mcp-bridge
This MCP server connects AI tools to Cheat Engine for automated memory analysis and reverse engineering.
The Cheat Engine MCP Bridge allows users to leverage advanced AI capabilities to analyze program memory efficiently. Instead of spending days or weeks manually searching through memory addresses and functions, users can simply ask the AI to find specific pointers, structures, or patterns. This tool transforms the tedious process of reverse engineering into a conversational experience, enabling users to quickly obtain the information they need. With features such as reading memory types, following pointer chains, auto-analyzing structures, and identifying C++ objects, the MCP Bridge significantly accelerates the reverse engineering process. It also includes capabilities for disassembling functions and debugging with hardware breakpoints, making it a powerful tool for developers and security auditors alike.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cheatengine-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cheatengine-mcp-bridge"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions