Back to MCP directory
publicPublicdnsLocal runtime

persona-4-golden-mcp-real-time-hacking

基于Rust的《女神异闻录4黄金版》内存修改工具,可实时修改游戏内金钱数值

article

README

🚀 《Persona 4 Golden》 MCP 修改器 🦀💰

这是一款基于 Rust 的内存修改工具,专门用于《Persona 4 Golden》游戏。它借助原生 Windows API 可实时设置游戏中的金钱,使用 MCP: Rust - SDK 开发,追求精准,向 Cheat Engine 致敬。

🚀 快速开始

需求条件

  • Windows 系统(已在 Windows 11 上测试)
  • 《Persona 4 Golden》 Steam 版本
  • Rust 编译器 stable 版本

设置步骤

  1. 克隆仓库并进行构建
git clone https://github.com/your-name/persona-4-golden-mcp-hack.git
cd persona-4-golden-mcp-hack
cargo build --release --example persona_4_golden_mcp_hack
  1. 配置 Claude 桌面设置
{
  "mcpServers": {
    "persona4golden": {
      "command": "YOUR-PATH/persona-4-golden-mcp-hack/target/release/examples/persona_4_golden_mcp_hack.exe",
      "args": []
    }
  }
}
  1. 与 Claude 对话并设置游戏内金钱
set money in persona 4 golden to 19999

✨ 主要特性

  • ✅ 根据进程名称读取(P4G.exe
  • ✅ 运行时获取基础模块地址
  • ✅ 解析指针路径以访问游戏内金钱值
  • ✅ 直接将值写入内存

📦 安装指南

按照上述“设置步骤”进行操作,即可完成该修改器的安装与配置。

📚 详细文档

📹 演示视频

点击下面的图片可查看演示视频: 演示

📐 架构图

架构

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client