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 | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this 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)
- Download and install Neo4j Desktop
- Create a new project
- Add a new database
- Set password to
memento_password - Start the database
Docker Setup
docker-compose up -d neo4jMCP 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"]
}
}
}