MCP Catalogs
Home

time vs better-code-review-graph

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
better-code-review-graph
by n24q02m
Stars★ 85,748★ 46
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsKnowledge GraphAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

better-code-review-graph · Summary

MCP server for token-efficient code reviews using knowledge graphs with fixed search and configurable embeddings.

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

better-code-review-graph · Use cases

  • Code review automation with token-efficient context generation
  • Impact analysis when modifying critical functions in large codebases
  • Semantic search across codebases using vector embeddings

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"]
    }
  }
}

better-code-review-graph · Install

Installation

With Claude Desktop

  1. Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "better-code-review-graph": {
      "command": "uv",
      "args": ["run", "better-code-review-graph", "stdio"],
      "env": {
        "CRG_DATABASE_URL": "sqlite:///code-review-graph.db"
      }
    }
  }
}

With pip

pip install better-code-review-graph
better-code-review-graph init

With Docker

docker run -it --rm -v "$(pwd):/app" -e CRG_DATABASE_URL="sqlite:///code-review-graph.db" n24q02m/better-code-review-graph:latest"
Comparison generated from public README + GitHub signals. Last updated automatically.