Skip to main content
Glama

MCP CheatEngine Toolkit

by Lyoneos

MCP CheatEngine 首席技术官

MCP CheatEngine unofficial是一个基于 Python 的工具包,通过 MCP 接口与 CheatEngine 通信,提供读取内存、汇编代码分析等功能。

Python 与 CE 使用 Socket 协议进行通信。目前 Python MCP 仅内置了读取模块,写入模块尚未在 MCP 客户端中实现。Lua 也实现了写入和指针扫描,但不稳定。

如果您感兴趣的话,请给它一颗星。

  • 该项目仍处于早期阶段,存在一些问题

CE插件链接

特征

  • 自动连接到 CheatEngine 并分析应用程序内存和程序集
  • 提供AI交互式记忆阅读功能
  • 支持获取并分析内存地址对应的汇编代码

入门

  • 建议配合本项目使用游标来完成使用

安装依赖项

pip install -r requirements.txt

运行 MCPService

python main.py

工具使用说明

有关详细信息,请参阅 API 文档

1.连接工具(ce_connect)

用于连接CheatEngine并检查连接状态。

ce_connect()

2. 内存读取(memory_read)

从指定的内存地址读取数据。

memory_read("0x7065F60", "int32") memory_read("0x7065F60", "int32", { "assembly": True, "assemblySize": 10, "rawBytes": True })

3.测试工具(test_echo)

接收任意类型输入并无变化输出的测试工具。

# Example test_echo("Test String") test_echo({"name": "Test", "value": 100})
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

基于 Python 的工具包,通过 MCP 接口与 CheatEngine 通信,允许读取内存和分析汇编代码。

  1. CE插件链接
    1. 特征
    2. 入门
    3. 工具使用说明

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    An MCP server that enables LLMs to understand and analyze code structure through function call graphs, allowing AI assistants to explore relationships between functions and analyze dependencies in Python repositories.
    Last updated -
    6
    7
    Python
  • -
    security
    F
    license
    -
    quality
    An MCP server that wraps the Riza Code Interpreter API and presents endpoints as individual tools.
    Last updated -
    6
    JavaScript
  • -
    security
    A
    license
    -
    quality
    A Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.
    Last updated -
    23
    MIT License
    • Apple
    • Linux
  • A
    security
    A
    license
    A
    quality
    MCP Server for automated reverse engineering with IDA Pro.
    Last updated -
    22
    2,157
    Python
    MIT License
    • Linux
    • Apple

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/Lyoneos/mcp-cheatengine-Cto'

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