review-flow vs time
Side-by-side comparison to help you pick between these two MCP servers.
review-flow by DGouron | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsGitHub | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
review-flow · Summary
Multi-agent AI code review system with MCP integration for GitLab MRs and GitHub PRs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
review-flow · Use cases
- Automating code reviews for development teams using AI
- Implementing specialized architecture, security and testing checks
- Tracking team code quality metrics and developer performance
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
review-flow · Install
Installation
npm install -g reviewflowInitialize
reviewflow initThis interactive wizard will configure the server, generate webhook secrets, and scan your filesystem for git repositories.
Start the server
reviewflow startThe dashboard will be available at http://localhost:3847
For Claude Desktop integration
Add to Claude Desktop's config.json:
{
"mcpServers": {
"reviewflow": {
"command": "npx",
"args": ["reviewflow", "mcp"]
}
}
}Configure webhooks
Set up webhooks on your GitLab/GitHub projects pointing to your server's webhook endpoints.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}