MCP CheatEngine Cto
MCP CheatEngine unofficial
MCP 인터페이스를 통해 CheatEngine과 통신하는 Python 기반 툴킷으로, 메모리 읽기 및 어셈블리 코드 분석과 같은 기능을 제공합니다.
Python과 CE는 통신에 소켓 프로토콜을 사용합니다. 현재 Python MCP에는 읽기 모듈만 내장되어 있으며, 쓰기 모듈은 MCP 클라이언트에 구현되어 있지 않습니다. Lua도 쓰기 및 포인터 스캐닝 기능을 구현했지만 불안정합니다.
관심이 있으시다면 별점을 주세요.
- 이 프로젝트는 아직 초기 단계이며 문제와 문제점이 있습니다.
CE 플러그인 링크
- 다운로드해야 합니다
- 그렇지 않으면 MCP SERVER가 예상대로 작동할 수 없습니다.
- CE 플러그인 다운로드
특징
- CheatEngine에 자동으로 연결하고 애플리케이션 메모리와 어셈블리를 분석합니다.
- AI 대화형 메모리 읽기 기능 제공
- 메모리 주소에 해당하는 어셈블리 코드를 가져오고 분석하는 것을 지원합니다.
시작하기
- 이 프로젝트와 함께 커서를 사용하여 사용을 완료하는 것이 좋습니다.
종속성 설치
지엑스피1
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 -8PythonMIT 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 -928TypeScriptMIT 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