time vs open-code-review
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | open-code-review by raye-deng | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具安全 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 1 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
open-code-review · 概述
AI代码质量门,检测AI生成代码中的幻觉包、过时API和安全反模式。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
open-code-review · 使用场景
- 作为CI/CD流水线中的质量门,用于检查AI生成的代码
- 在AI IDE中实时审查代码
- 使用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"]
}
}
}open-code-review · 安装
安装CLI工具:
npm install -g @opencodereview/cli安装MCP服务器:
npm install -g @opencodereview/mcp-server在Claude Desktop中,添加到claude_desktop_config.json:
{
"mcpServers": {
"open-code-review": {
"command": "npx",
"args": ["-y", "@opencodereview/mcp-server"]
}
}
}