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.

化学药剂学

用于 Cheat Engine 的 MCP 服务器

该项目目前正在开发中。
欢迎提出想法和建议。

迅速的

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)

要求

  • 操作系统:Windows
  • 工具:uv

成分

工具

  • get_ceversion:获取 Cheat Engine 版本
  • set_comment:为指定的内存地址设置注释
  • get_selected_disassembly:获取 CE 反汇编器视图中当前选定区域的反汇编

快速入门

CE 端

open_lua_server.lua文件放在 Cheat Engine 的自动运行文件夹中以启用 Lua 管道服务器:

位置: [Cheat Engine Installation Directory]\autorun\
例如: C:\Program Files\Cheat Engine\autorun\

克劳德桌面

在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
在 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

用于 Cheat Engine 的 MCP 服务器,提供分析反汇编、获取 CE 版本信息以及通过 Claude AI 使用注释操作内存地址的功能。

  1. 要求
    1. 成分
      1. 工具
    2. 快速入门
      1. CE 端
      2. 克劳德桌面

    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