time vs suse-ai-up
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | suse-ai-up by SUSE | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 运维基建AI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 1 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
suse-ai-up · 概述
SUSE AI Universal Proxy 是一个全面管理和代理 MCP 服务器的平台,可在多个微服务间安全编排 AI 服务。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
suse-ai-up · 使用场景
- 企业 AI 服务编排与集中管理
- 多租户 MCP 服务器部署与身份验证
- 基于插件扩展的 AI 应用开发
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"]
}
}
}suse-ai-up · 安装
安装选项
Helm 安装(推荐)
- 克隆仓库:
git clone https://github.com/suse/suse-ai-up - 进入目录:
cd suse-ai-up - 在 values.yaml 中设置:
- service.type: LoadBalancer - auth.method: development(无认证)
- 使用 helm chart 安装:
``bash helm install suse-ai-up ./charts/suse-ai-up ``
- 通过
kubectl get svc suse-ai-up-service显示的 IP 地址访问服务
本地开发
git clone https://github.com/suse/suse-ai-up.git
cd suse-ai-up
go run ./cmd/uniproxy