MCP Catalogs
首页Gearsystem screenshot

Gearsystem

by drhelius·367·综合分 52

精准的世嘉Master System模拟器,内置MCP服务器支持AI辅助调试。

ai-llmdeveloper-toolsmedia
59
Forks
9
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Gearsystem是一个用C++编写的高度跨平台模拟器,支持世嘉Master System、Game Gear和SG-1000主机。它配备全功能调试器,包括反汇编器、断点设置、内存检查等功能。其突出特点是内置的MCP服务器,能让GitHub Copilot和Claude等AI助手辅助调试工作。服务器提供执行控制、内存检查、硬件状态监控、倒带功能和ROM修改等工具。项目维护良好,定期发布并有完整文档。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI辅助的游戏调试和逆向工程
:AI引导的ROM修改和作弊码制作
:通过AI代理实现的游戏自动化测试
:哪些AI代理兼容Gearsystem的MCP服务器?
:我可以在没有GUI的情况下使用Gearsystem MCP服务器吗?

什么时候选它

当您需要AI辅助调试复古游戏开发或世嘉Master System/Game Gear平台的逆向工程时,选择这个。

什么时候不要选它

不要用于现代游戏开发,或者您需要支持世嘉8位主机以外的系统时。

此 server 暴露的工具

从 README 抽取出 2 个工具
  • gearsystem-debugging

    Game debugging, code tracing, breakpoint management, hardware inspection, and reverse engineering.

  • gearsystem-romhacking

    Cheat creation, memory searching, ROM data modification, text translation, and game patching.

说明:Tool names and descriptions were inferred from Agent Skills documentation referenced in the README. The actual MCP tool implementations are detailed in a separate MCP_README.md file not provided in the truncated text.

可对比工具

mesen-mcpfceux-mcpretroarch-core-mcp

安装

安装

**Windows**: 从GitHub下载最新版本 **macOS**: brew install --cask drhelius/geardome/gearsystem **Linux**: Ubuntu/Debian - sudo apt install build-essential libsdl3-dev 然后从源码构建

MCP服务器设置

使用MCP stdio传输启动:

gearsystem --mcp-stdio your_rom.sms

Claude Desktop配置

添加到Claude Desktop的config.json:

{
  "mcpServers": {
    "gearsystem": {
      "command": "gearsystem路径",
      "args": ["--mcp-stdio"]
    }
  }
}

FAQ

哪些AI代理兼容Gearsystem的MCP服务器?
MCP服务器兼容GitHub Copilot、Claude、Codex等支持模型上下文协议的AI代理。
我可以在没有GUI的情况下使用Gearsystem MCP服务器吗?
是的,使用--headless参数配合--mcp-stdio或--mcp-http可在无图形界面下运行。

Gearsystem 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。