MCP Catalogs
Home

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
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsGitHub
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis 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 reviewflow

Initialize

reviewflow init

This interactive wizard will configure the server, generate webhook secrets, and scan your filesystem for git repositories.

Start the server

reviewflow start

The 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.