Gearboy vs time
并排对比,帮你在这两个 MCP server 之间做选择。
Gearboy by drhelius | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,130 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 53 | 77 |
| 官方 | — | ✓ |
| 分类 | 多媒体开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | C++ | TypeScript |
| 最近提交 | 本月 | 本月 |
Gearboy · 概述
Game Boy模拟器,内置MCP服务器,支持AI辅助调试和ROM分析。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
Gearboy · 使用场景
- 使用内存检查和断点工具进行Game Boy游戏的AI辅助调试
- 通过反汇编和代码跟踪功能进行ROM逆向工程
- 使用内存搜索和分析功能创建游戏作弊和修改ROM
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
Gearboy · 安装
安装
可以从[发布页面](https://github.com/drhelius/Gearboy/releases)下载Windows、macOS和Linux的预构建二进制文件。
要使用MCP服务器:
- 使用以下选项之一启动Gearboy:
- --mcp-stdio - 自动启动带有stdio传输的MCP服务器 - --mcp-http - 自动启动带有HTTP传输的MCP服务器 - --mcp-http-port N - 指定HTTP端口(默认:7777)
- 对于Claude Desktop集成,将以下内容添加到你的
claude_desktop_config.json中:
{
"mcpServers": {
"gearboy": {
"command": "path/to/gearboy",
"args": ["--mcp-stdio"]
}
}
}或者,使用--headless选项可以在使用MCP时无GUI运行。
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}