CE MCP Plugin是一个Cheat Engine插件,它实现了Model Context Protocol (MCP),允许AI模型与Cheat Engine进行交互。通过这个插件,AI可以使用Cheat Engine的各种功能,如内存读写、进程管理等。
{
"mcpServers": {
"ce-mcp-plugin": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
CE MCP Plugin是一个Cheat Engine插件,它实现了Model Context Protocol (MCP),允许AI模型与Cheat Engine进行交互。通过这个插件,AI可以使用Cheat Engine的各种功能,如内存读写、进程管理等。
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 80 days ago. 30 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
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服务器端口