MCP Catalogs
Home

time vs mem0-mcp

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

time
by modelcontextprotocol
mem0-mcp
by pinkpixel-dev
Stars★ 85,748★ 95
30d uses
Score7749
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsDatabase
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

time · Summary

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

mem0-mcp · Summary

An MCP server providing persistent memory for AI agents using Mem0.ai with cloud, Supabase, or local storage options.

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

mem0-mcp · Use cases

  • Enabling long-term memory in conversational AI agents
  • Personalizing AI interactions based on user history
  • Building AI assistants that remember user preferences across sessions

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

mem0-mcp · Install

Installation

Via Smithery

npx -y @smithery/cli install @pinkpixel-dev/mem0-mcp-server --client claude

Global Installation

npm install -g @pinkpixel/mem0-mcp

Configure Claude Desktop

Add this to your Claude Desktop config.json:

**Cloud Storage:**

{
  "mcpServers": {
    "mem0-mcp": {
      "command": "mem0-mcp",
      "env": {
        "MEM0_API_KEY": "YOUR_MEM0_API_KEY",
        "DEFAULT_USER_ID": "user123"
      },
      "alwaysAllow": [
        "add_memory",
        "search_memory",
        "delete_memory"
      ]
    }
  }
}

**Supabase Storage:**

{
  "mcpServers": {
    "mem0-mcp": {
      "command": "mem0-mcp",
      "env": {
        "SUPABASE_URL": "YOUR_SUPABASE_URL",
        "SUPABASE_KEY": "YOUR_SUPABASE_KEY",
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY"
      },
      "alwaysAllow": [
        "add_memory",
        "search_memory",
        "delete_memory"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.