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