MCP Directory
Back

cheat-engine-server-python

by bethington · Python · ★ 47

MCP Cheat Engine Server — provides safe, structured read-only access to memory analysis and debugging functionality through the Model Context Protocol (MCP). For developers, security researchers, and game modders.

#cheat-engine#debugging#mcp#memory-analysis#model-context-protocol#python#reverse-engineering#windows

Install

pip install git+https://github.com/bethington/cheat-engine-server-python.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "cheat-engine-server-python": {
      "command": "uvx",
      "args": [
        "git+https://github.com/bethington/cheat-engine-server-python.git"
      ]
    }
  }
}

From the README

> If you find this useful, please ⭐ star the repo — it helps others discover it! 1. [Overview](#overview) 2. [Quick Start Guide](#quick-start-guide) 3. [Installation](#installation) 4. [Configuration](#configuration) 5. [Using the Tools](#using-the-tools) 6. [Safety & Security](#safety--security) 7. [Troubleshooting](#troubleshooting) 8. [Advanced Usage](#advanced-usage) 9. [API Reference](#api-reference) 10. [FAQ](#faq) - **Windows 10/11** (64-bit recommended) - **Python 3.9 or higher** - **Administrator privileges** (for memory access) - **Claude Desktop** or c…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related security servers