MCP Catalogs
Home

mcp-openmemory vs time

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

mcp-openmemory
by baryhuang
time
by modelcontextprotocol
Stars★ 72★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit12 mo agothis month

mcp-openmemory · Summary

MCP server enabling Claude to remember conversations and learn over time with SQLite storage.

time · Summary

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

mcp-openmemory · Use cases

  • Personalized AI assistants that remember user preferences and conversation history
  • Continuous learning applications that build context over multiple sessions
  • Project-specific memory management for different work contexts

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-openmemory · Install

Installation

  1. Install Node.js if not already installed
  2. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "mcp-openmemory": {
      "command": "npx",
      "args": [
        "@peakmojo/mcp-openmemory@latest"
      ],
      "env": {
        "MEMORY_DB_PATH": "/path/to/your/persistent/memory.sqlite"
      }
    }
  }
}
  1. Restart Claude Desktop

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.