TrueMemory vs time
Side-by-side comparison to help you pick between these two MCP servers.
TrueMemory by buildingjoshbetter | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 77 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
TrueMemory · Summary
A high-performance memory system for AI agents that runs locally on SQLite with MCP server integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
TrueMemory · Use cases
- Enhancing AI assistants with persistent memory across conversations
- Personalizing AI interactions based on user preferences and history
- Creating long-context AI applications that remember user details
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
TrueMemory · Install
Installation
**Quick Install (Recommended):**
# Mac/Linux
curl -LsSf https://raw.githubusercontent.com/buildingjoshbetter/TrueMemory/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/buildingjoshbetter/TrueMemory/main/install.ps1 | iex**Python Library (for developers):**
pip install truememory**Claude Desktop Integration:** After installation, add to your Claude Desktop config:
{
"mcpServers": {
"truememory": {
"command": "uv",
"args": ["run", "truememory", "serve"]
}
}
}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"]
}
}
}