MCP Catalogs
Home

time vs ramibot

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

time
by modelcontextprotocol
ramibot
by RamiBotAI
Stars★ 85,748★ 20
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis month2 mo ago

time · Summary

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

ramibot · Summary

RamiBot is a local-first AI security platform with MCP integration for red/blue team operations.

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

ramibot · Use cases

  • Red team operations with LLM-assisted vulnerability scanning
  • Blue team analysis with evidence-locked reporting
  • Security research with Docker-contained tool execution

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"]
    }
  }
}

ramibot · Install

Installation

**Requirements:** Python 3.9+, Node.js 18+, npm, Docker Desktop

**One-command install (recommended):**

git clone <repository-url>
cd ramibot

# Linux / macOS
bash install.sh

# Windows
install.bat

**Manual install:**

  1. Clone and navigate to the repository
  2. Backend: cd backend; python -m venv .venv; .venv\Scripts\activate (Windows) or source .venv/bin/activate (Unix); pip install -r requirements.txt
  3. Frontend: cd frontend; npm install
  4. Run: bash start.sh (Unix) or start.bat (Windows)

**Settings:** Edit backend/settings.json to add your API keys.

Comparison generated from public README + GitHub signals. Last updated automatically.