MCP Catalogs
Home

reverse-engineering-assistant vs time

Side-by-side comparison to help you pick between these two MCP servers.

reverse-engineering-assistant
by cyberkaida
time
by modelcontextprotocol
Stars★ 731★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsSecurityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaTypeScript
Last committhis monththis month

reverse-engineering-assistant · Summary

Ghidra MCP server for AI-powered reverse engineering with specialized tools for binary analysis.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

reverse-engineering-assistant · Use cases

  • Automating binary analysis tasks in security research
  • Assisted reverse engineering in malware analysis
  • Generating reports on algorithms and encryption in software

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

reverse-engineering-assistant · Install

Installation

> NOTE: ReVa only supports Ghidra 12.0 and above!

  1. Download the release for your Ghidra version from the releases page and install using Ghidra's extension manager.
  1. Or build from source:
export GHIDRA_INSTALL_DIR=/path/to/ghidra
g radle install
  1. Activate the plugin in two places:

- Project view → File → Configure → Configure all plugins → Check "ReVa Application Plugin" - Code Browser → File → Configure → Configure all plugins → Check "ReVa Plugin" → Save Tool

Claude Code Configuration

claude mcp add --scope user --transport http ReVa -- http://localhost:8080/mcp/message

VSCode Configuration

{
  "mcp": {
    "servers": {
      "ReVa Assistant": {
        "type": "http",
        "url": "http://localhost:8080/mcp/message"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.