time vs janee
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | janee by rsdouglas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 安全开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
janee · 概述
Janee 是一个 MCP 服务器,为 AI 代理提供安全的密钥管理,实现 API 访问而不暴露原始凭据。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
janee · 使用场景
- 安全地使 AI 代理能够访问各种 API 而不暴露 API 密钥
- 为 AI 代理的 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"]
}
}
}janee · 安装
安装
npm install -g @true-and-useful/janee配置
janee init
janee add
# 编辑 ~/.janee/config.yaml 添加您的服务
janee serveClaude Desktop 集成
添加到 claude_desktop_config.json:
{
"mcpServers": {
"janee": {
"command": "janee",
"args": ["serve"]
}
}
}