This repository is deprecated and no longer maintained.
We now use hedgehogform/ce-mcp with SSE (Server-Sent Events) directly. No separate API client is needed.
- Main C# Plugin: hedgehogform/ce-mcp - Cheat Engine plugin that hosts the REST API server
git clone https://github.com/hedgehogform/ce-mcp-client.git
cd ce-mcp-client
uv sync"mcpServers": {
"ce-mcp": {
"command": "uv",
"args": [
"--directory",
"C:/Coding/ce-mcp/ce-mcp-client",
"run",
"src/server.py"
]
}
}