GPL 3.0
Integrations
  • Enables interaction with Cheat Engine's Lua interface through a pipe server, allowing for runtime code analysis, setting comments on memory addresses, and retrieving disassembly information from the currently selected region in CE's disassembler view.

cemcp

MCP-Server für Cheat Engine

Dieses Projekt befindet sich derzeit in der Entwicklung.
Ideen und Vorschläge sind willkommen.

prompt

Analyze the selected range and add detailed explanations (not just at the beginning but at key points throughout for clarity: describe function details at the function entry point)

Anforderungen

  • Betriebssystem: Windows
  • Werkzeug: uv

Komponenten

Werkzeuge

  • get_ceversion: Holen Sie sich die Cheat Engine-Version
  • set_comment: Setzt einen Kommentar für eine angegebene Speicheradresse
  • get_selected_disassembly: Ruft die Disassemblierung der aktuell ausgewählten Region in der Disassembler-Ansicht von CE ab

Schnellstart

CE-Seite

Platzieren Sie die Datei open_lua_server.lua im Autorun-Ordner von Cheat Engine, um den Lua-Pipe-Server zu aktivieren:

Speicherort: [Cheat Engine Installation Directory]\autorun\
Beispiel: C:\Program Files\Cheat Engine\autorun\

Claude Desktop

Unter MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Unter Windows: %APPDATA%/Claude/claude_desktop_config.json

"mcpServers": { "cemcp": { "command": "uv", "args": [ "--directory", "\path\to\cemcp", "run", "cemcp" ] } }
-
security - not tested
A
license - permissive license
-
quality - not tested

Ein MCP-Server für Cheat Engine, der Funktionen zum Analysieren der Disassemblierung, zum Abrufen von CE-Versionsinformationen und zum Bearbeiten von Speicheradressen mit Kommentaren über Claude AI bietet.

  1. Anforderungen
    1. Komponenten
      1. Werkzeuge
    2. Schnellstart
      1. CE-Seite
      2. Claude Desktop

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      MCP Server for automated reverse engineering with IDA Pro.
      Last updated -
      22
      1,975
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      MCP server for reverse engineering that enables interaction with IDA Pro for analysis tasks such as decompilation, disassembly, and memory engagement reports.
      Last updated -
      24
      28
      Python
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows LLMs to autonomously reverse engineer applications by exposing Ghidra functionality, enabling decompilation, analysis, and automatic renaming of methods and data.
      Last updated -
      4,290
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      Python-based toolkit that communicates with CheatEngine through MCP interface, allowing memory reading and assembly code analysis.
      Last updated -
      12
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/DoranekoSystems/cemcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server