MCP Catalogs
首页

time vs Sentinelgate

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
Sentinelgate
by Sentinel-Gate
Stars★ 85,748★ 25
30天用量
综合分7744
官方
分类
效率工具开发者工具沟通协作
安全开发者工具运维基建
实现语言TypeScriptGo
最近提交本月1 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

Sentinelgate · 概述

SentinelGate 为 AI 代理提供带有策略执行和审计功能的 MCP 代理。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

Sentinelgate · 使用场景

  • 通过外部内容防止提示注入攻击
  • 在清理操作中阻止破坏性命令
  • 阻止通过 API 调用进行未授权的数据泄露

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

Sentinelgate · 安装

安装

**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 配置

要在 Claude Desktop 中使用,请添加到 config.json:

{
  "mcpServers": {
    "sentinelgate": {
      "command": "sentinelgate",
      "args": ["serve"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。