review-flow vs time
并排对比,帮你在这两个 MCP server 之间做选择。
review-flow by DGouron | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具GitHub 集成 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
review-flow · 概述
面向 GitLab MR 和 GitHub PR 的多智能体 AI 代码审查系统,集成了 MCP。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
review-flow · 使用场景
- 使用 AI 为开发团队自动执行代码审查
- 实施专门的架构、安全和测试检查
- 跟踪团队代码质量指标和开发者表现
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
review-flow · 安装
安装
npm install -g reviewflow初始化
reviewflow init这个交互向导将配置服务器,生成 webhook 密钥,并扫描您的文件系统以查找 git 仓库。
启动服务器
reviewflow start仪表板将在 http://localhost:3847 上可用
Claude Desktop 集成
添加到 Claude Desktop 的 config.json:
{
"mcpServers": {
"reviewflow": {
"command": "npx",
"args": ["reviewflow", "mcp"]
}
}
}配置 webhooks
在您的 GitLab/GitHub 项目中设置 webhooks,指向服务器的 webhook 端点。
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"]
}
}
}