mcp-jfrog vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-jfrog by jfrog | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 118 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具运维基建安全 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
mcp-jfrog · 概述
JFrog 平台 API 的 MCP 服务器,提供仓库管理、构建跟踪和安全扫描功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-jfrog · 使用场景
- 在 CI/CD 流程中自动化仓库管理任务
- 监控和分析构建制品的安全漏洞
- 将 JFrog 平台功能与 AI 助手集成
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-jfrog · 安装
安装
通过 Smithery
npx -y @smithery/cli install @jfrog/mcp-jfrog --client claude手动设置
- 安装依赖:
npm install - 配置环境变量:
- JFROG_ACCESS_TOKEN: 您的 JFrog 访问令牌 - JFROG_URL: 您的 JFrog 平台基础 URL
- 对于 Claude Desktop,添加到
claude_desktop_config.json:
{
"mcpServers": {
"jfrog": {
"command": "node",
"args": ["/path/to/mcp-jfrog/dist/index.js"],
"env": {
"JFROG_ACCESS_TOKEN": "your_token",
"JFROG_URL": "https://your-jfrog-instance.com"
}
}
}
}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"]
}
}
}