MCP Catalogs
Home

time vs Sentinelgate

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

time
by modelcontextprotocol
Sentinelgate
by Sentinel-Gate
Stars★ 85,748★ 25
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsOps & Infra
LanguageTypeScriptGo
Last committhis month1 mo ago

time · Summary

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

Sentinelgate · Summary

SentinelGate provides MCP proxy with policy enforcement and auditing for AI agent actions.

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

Sentinelgate · Use cases

  • Preventing prompt injection attacks through external content
  • Blocking destructive commands during cleanup operations
  • Stopping unauthorized data exfiltration via API calls

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

Sentinelgate · Install

Installation

**macOS / Linux:**

curl -sSfL https://raw.githubusercontent.com/Sentinel-Gate/Sentinelgate/main/install.sh | sh

**Windows PowerShell:**

irm https://raw.githubusercontent.com/Sentinel-Gate/Sentinelgate/main/install.ps1 | iex

Claude Desktop Configuration

To use with Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "sentinelgate": {
      "command": "sentinelgate",
      "args": ["serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.