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 | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper ToolsOps & Infra |
| Language | TypeScript | Go |
| Last commit | this month | 1 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 | iexClaude Desktop Configuration
To use with Claude Desktop, add to your config.json:
{
"mcpServers": {
"sentinelgate": {
"command": "sentinelgate",
"args": ["serve"]
}
}
}