GameGuardian MCP Server · 终端版GameGuardian(GG修改器) - 26个MCP工具,内核级内存读写(MemoryDriver KPM),AI可直接操作内存搜索/修改/冻结/偏移/指针扫描
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gameguardian-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/giaoimgiao/gameguardian-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add gameguardian-mcp-ser go run github.com/giaoimgiao/gameguardian-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gameguardian-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/giaoimgiao/gameguardian-mcp-server@latest"
]
}
}
}