time vs cloudsword
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | cloudsword by wgpsec | |
|---|---|---|
| Stars | ★ 85,748 | ★ 604 |
| 30天用量 | — | — |
| 综合分 | 77 | 49 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 安全云存储开发者工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 3 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
cloudsword · 概述
云鉴是一个支持MCP协议的中文云安全工具。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
cloudsword · 使用场景
- 安全专业人员评估云基础设施漏洞
- 云管理员执行定期安全审计
- DevOps团队实施云安全最佳实践
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"]
}
}
}cloudsword · 安装
安装
使用Homebrew
brew tap wgpsec/tap
brew install wgpsec/tap/cloudsword下载二进制文件
从以下地址下载:https://github.com/wgpsec/cloudsword/releases
MCP设置
- 以SSE模式启动CloudSword:
./cloudsword sse http://localhost:8080- 在Claude Desktop中,将以下内容添加到config.json:
{
"mcpServers": {
"cloudsword": {
"command": "http",
"args": ["localhost", 8080]
}
}
}