MCP Catalogs
Home

git vs time

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

git
by modelcontextprotocol
time
by modelcontextprotocol
Stars★ 85,748★ 85,748
30d uses
Score7577
Official
Categories
Developer ToolsFile SystemProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

git · Summary

A comprehensive MCP server for Git operations with status viewing, diffing, commits, and branch management.

time · Summary

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

git · Use cases

  • AI-powered Git repository analysis and management
  • Automated code review through diff examination
  • Branch management and workflow automation

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

git · Install

Using uv (recommended)

When using [uv](https://docs.astral.sh/uv/) no specific installation is needed. Use [uvx](https://docs.astral.sh/uv/guides/tools/) to directly run the server:

uvx mcp-server-git --repository path/to/git/repo

Using PIP

Alternatively you can install mcp-server-git via pip:

pip install mcp-server-git

After installation, run it as:

python -m mcp_server_git

Claude Desktop Configuration

Add to your claude_desktop_config.json:

"mcpServers": {
  "git": {
    "command": "uvx",
    "args": ["mcp-server-git", "--repository", "path/to/git/repo"]
  }
}

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.