Skip to main content
Glama

MCP CheatEngine Toolkit

by Lyoneos

MCP チートエンジン CTO

MCP CheatEngine unofficial 、MCP インターフェイスを介して CheatEngine と通信し、メモリの読み取りやアセンブリ コード分析などの機能を提供する Python ベースのツールキットです。

PythonとCEは通信にソケットプロトコルを使用します。現在、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.

MCP インターフェイスを介して CheatEngine と通信し、メモリの読み取りとアセンブリ コードの分析を可能にする Python ベースのツールキット。

  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