MCP Catalogs
Home

LycheeMem vs time

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

LycheeMem
by LycheeMem
time
by modelcontextprotocol
Stars★ 234★ 85,748
30d uses
Score4977
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

LycheeMem · Summary

LycheeMemory is a lightweight long-term memory framework for LLM agents that supports MCP as an HTTP server.

time · Summary

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

LycheeMem · Use cases

  • Enhancing LLM agent memory capabilities for long-running conversations
  • Implementing persistent memory across different agent runtimes via MCP
  • Creating memory-aware AI assistants with improved context retention

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

LycheeMem · Install

Installation

Install the core package:

pip install lycheemem

Recommended install with the default transformer memory reranker:

pip install "lycheemem[rerank]"

Start the MCP server:

lycheemem-cli

Claude Desktop Integration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "lycheememory": {
      "command": "python",
      "args": ["-m", "lycheemem", "server"],
      "env": {}
    }
  }
}

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.