reverse-engineering-assistant vs time
并排对比,帮你在这两个 MCP server 之间做选择。
reverse-engineering-assistant by cyberkaida | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 731 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 53 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具安全AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Java | TypeScript |
| 最近提交 | 本月 | 本月 |
reverse-engineering-assistant · 概述
Ghidra 的 MCP 服务器,为 AI 驱动的逆向工程提供专用工具,用于二进制分析。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
reverse-engineering-assistant · 使用场景
- 自动化安全研究中的二进制分析任务
- 辅助恶意软件分析中的逆向工程
- 生成软件中算法和加密分析的报告
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
reverse-engineering-assistant · 安装
安装
> 注意:ReVa 仅支持 Ghidra 12.0 及以上版本!
- 从发布页面下载与您 Ghidra 版本对应的发布包,并使用 Ghidra 扩展管理器安装。
- 或从源代码构建:
export GHIDRA_INSTALL_DIR=/path/to/ghidra
g radle install- 在两个位置激活插件:
- 项目视图 → 文件 → 配置 → 配置所有插件 → 勾选 "ReVa Application Plugin" - 代码浏览器 → 文件 → 配置 → 配置所有插件 → 勾选 "ReVa Plugin" → 保存工具
Claude Code 配置
claude mcp add --scope user --transport http ReVa -- http://localhost:8080/mcp/messageVSCode 配置
{
"mcp": {
"servers": {
"ReVa Assistant": {
"type": "http",
"url": "http://localhost:8080/mcp/message"
}
}
}
}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"]
}
}
}