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
- -securityFlicense-qualityAn MCP server that analyzes Python codebases using AST, stores code elements in a vector database, and enables natural language queries about code structure and functionality using RAG with Google's Gemini models.Last updated -4Python
- -securityAlicense-qualityA lightweight, extensible cybersecurity toolkit that connects AI assistants to security tools through the Model Context Protocol (MCP), enabling AI-assisted security research, scanning, and analysis.Last updated -7PythonMIT License
YepCode MCP Serverofficial
-securityAlicense-qualityAn MCP server that enables AI platforms to interact with YepCode's infrastructure, allowing LLM-generated scripts to run on YepCode and turning YepCode processes into powerful tools that AI assistants can use directly.Last updated -1927TypeScriptMIT License- -securityFlicense-qualityA Python implementation of the MCP server that enables AI models to connect with external tools and data sources through a standardized protocol, supporting tool invocation and resource access via JSON-RPC.Last updated -1Python