Python FastMCP client that provides MCP tools for interacting with Cheat Engine through the REST API.
- 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"
]
}
}