★ 373 stars
Lua
🔒 Security
Updated 1mo ago
Connect Cursor, Copilot & Claude directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cheatengine-mcp-brid": {
"command": "npx",
"args": [
"-y",
"miscusi-peek/cheatengine-mcp-bridge"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cheatengine-mcp-brid npx -y miscusi-peek/cheatengine-mcp-bridge
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cheatengine-mcp-brid": {
"command": "npx",
"args": [
"-y",
"miscusi-peek/cheatengine-mcp-bridge"
]
}
}
}
📋 Copy
Topics
ai-agents ai-tools automation cheat-engine ctf-tools cursor-ai debugger debugging game-research game-security lua mcp mcp-client mcp-server memory-analysis