MCP チートエンジン CTO
MCP CheatEngine unofficial
、MCP インターフェイスを介して CheatEngine と通信し、メモリの読み取りやアセンブリ コード分析などの機能を提供する Python ベースのツールキットです。
PythonとCEは通信にソケットプロトコルを使用します。現在、Python MCPには読み取りモジュールのみが組み込まれており、書き込みモジュールはMCPクライアントに実装されていません。Luaにも書き込みとポインタスキャンが実装されていますが、不安定です。
興味がありましたら星を付けてください。
- プロジェクトはまだ初期段階にあり、問題や課題がある。
CEプラグインリンク
- ダウンロード必須
- そうしないと、MCP SERVERは期待通りに機能しません。
- CEプラグインのダウンロード
特徴
- CheatEngineに自動的に接続し、アプリケーションのメモリとアセンブリを分析します
- AIインタラクティブメモリ読み取り機能を提供する
- メモリアドレスに対応するアセンブリコードの取得と解析をサポート
はじめる
- 使用を完了するには、このプロジェクトと組み合わせてカーソルを使用することをお勧めします。
依存関係をインストールする
MCPServiceを実行する
ツールの使用手順
詳細については、APIドキュメントを参照してください。
1. 接続ツール(ce_connect)
CheatEngine に接続し、接続状態を確認するために使用されます。
2. メモリの読み取り(memory_read)
指定されたメモリ アドレスからデータを読み取ります。
3. テストツール(test_echo)
あらゆるタイプの入力を受け取り、それを変更せずに出力するテスト ツール。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP インターフェイスを介して CheatEngine と通信し、メモリの読み取りとアセンブリ コードの分析を可能にする Python ベースのツールキット。
Related MCP Servers
- AsecurityFlicenseAqualityAn 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 -67Python
- -securityFlicense-qualityAn MCP server that wraps the Riza Code Interpreter API and presents endpoints as individual tools.Last updated -6JavaScript
Fused MCP Agentsofficial
-securityAlicense-qualityA 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 -23MIT License- AsecurityAlicenseAqualityMCP Server for automated reverse engineering with IDA Pro.Last updated -222,157PythonMIT License