MCP Catalogs
Home

mcp-git-ingest vs time

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

mcp-git-ingest
by adhikasp
time
by modelcontextprotocol
Stars★ 306★ 85,748
30d uses
Score4477
Official
Categories
GitHubDeveloper ToolsFile System
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit16 mo agothis month

mcp-git-ingest · Summary

A Model Context Protocol server that reads GitHub repository structures and important files.

time · Summary

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

mcp-git-ingest · Use cases

  • Analyzing GitHub repositories without cloning them locally
  • Understanding codebase structure before diving into implementation details
  • Extracting specific files from repositories for documentation or analysis purposes

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

mcp-git-ingest · Install

Installation

  1. Install with uvx:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest
  1. Configure in Claude Desktop:
{
  "mcpServers": {
    "mcp-git-ingest": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"]
    }
  }
}

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.