CE MCP Plugin是一个Cheat Engine插件,它实现了Model Context Protocol (MCP),允许AI模型与Cheat Engine进行交互。通过这个插件,AI可以使用Cheat Engine的各种功能,如内存读写、进程管理等。
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ce-mcp-plugin": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Cheat Engine MCP (Memory Cheat Plugin) - AI Integration Plugin for Cheat Engine
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for CE MCP Plugin and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Cheat Engine MCP (Memory Cheat Plugin) - AI Integration Plugin for Cheat Engine
CE-MCP-Plugin是一个为Cheat Engine开发的AI集成插件,允许Cheat Engine与外部AI工具建立稳定连接,接收并执行AI发送的指令。该插件为Cheat Engine提供了AI驱动的内存修改和游戏作弊功能。
本插件支持75个命令,涵盖以下功能类别:
READ_MEMORY:address,typeWRITE_MEMORY:address,value,typeFREEZE_MEMORY:address,sizeUNFREEZE_MEMORY:freeze_idFIX_MEMORYASSEMBLE:address,instructionDISASSEMBLE:addressDISASSEMBLE_EX:addressCHANGE_REGISTER:address,register_name,valueINJECT_DLL:dll_path,optional_function_namePROCESS_LISTGET_PROCESS_ID:process_nameOPEN_PROCESS:process_idSPEEDHACK:speed_value编译插件:
CE-MCP-Plugin.slnCE-MCP-Plugin.dll安装插件:
CE-MCP-Plugin.dll复制到Cheat Engine的plugins目录插件默认连接到127.0.0.1:8888地址。要修改AI服务器地址,请修改源代码中的以下变量:
char aiServerIP[16] = "127.0.0.1"; // AI服务器IP
int aiServerPort = 8888; // AI服务器端口