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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 12 mo ago | this 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
- Install Node.js if not already installed
- 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"
}
}
}
}- 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"]
}
}
}