MCP Catalogs
Home

time vs YourMemory

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

time
by modelcontextprotocol
YourMemory
by sachitrafa
Stars★ 85,748★ 220
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

YourMemory · Summary

Agentic AI memory system with Ebbinghaus forgetting curve decay, improving recall over competitors.

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

YourMemory · Use cases

  • AI assistant with persistent memory across sessions
  • Personalized AI that remembers user preferences and context
  • Knowledge management for development teams
  • Research AI that maintains context across long-term projects

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

YourMemory · Install

# Install YourMemory
pip install yourmemory

# Get your config path
yourmemory-path

# Add to Claude Desktop config
{
  "mcpServers": {
    "yourmemory": {
      "command": "yourmemory"
    }
  }
}

First start automatically initializes the database and downloads required models.

Comparison generated from public README + GitHub signals. Last updated automatically.