MCP Catalogs
Home

Glee vs time

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

Glee
by GleeMCP
time
by modelcontextprotocol
Stars★ 3★ 85,748
30d uses
Score3577
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit4 mo agothis month

Glee · Summary

Glee is an MCP toolkit providing memory, code review, and context tools for developers to enhance Claude's capabilities.

time · Summary

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

Glee · Use cases

  • Adding persistent project memory that survives across Claude sessions
  • Automatically reviewing code with configurable AI reviewers
  • Managing project context with session hooks
  • Performing Git forensics and change analysis

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

Glee · Install

# Install using uv
uv tool install glee --python 3.13

# Or using pipx
pipx install glee-code

# Initialize for Claude Code
glee init claude

# Restart Claude Code to complete setup

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "glee": {
      "command": "glee",
      "args": ["mcp"]
    }
  }
}

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.