MCP Catalogs
Home

memento-mcp vs time

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

memento-mcp
by gannonh
time
by modelcontextprotocol
Stars★ 418★ 85,748
30d uses
Score4977
Official
Categories
Knowledge GraphAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit7 mo agothis month

memento-mcp · Summary

Knowledge graph memory system with semantic retrieval and temporal awareness for LLMs.

time · Summary

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

memento-mcp · Use cases

  • Building persistent memory for AI assistants to remember user preferences and context
  • Creating knowledge bases that evolve over time with confidence tracking
  • Implementing semantic search capabilities for LLM applications

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

memento-mcp · Install

Installation

Prerequisites

  • Neo4j 5.13+

Setup Options

Neo4j Desktop Setup (Recommended)

  1. Download and install Neo4j Desktop
  2. Create a new project
  3. Add a new database
  4. Set password to memento_password
  5. Start the database

Docker Setup

docker-compose up -d neo4j

MCP Configuration

Add to Claude Desktop config:

{
  "mcpServers": {
    "memento": {
      "command": "npx",
      "args": ["-y", "@gannonh/memento-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.