time vs superlocalmemory
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | superlocalmemory by qualixar | |
|---|---|---|
| Stars | ★ 85,748 | ★ 150 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
superlocalmemory · Summary
A local-only AI memory system with MCP integration for unlimited memory across AI clients.
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
superlocalmemory · Use cases
- Enhancing AI coding assistants like Claude Code, Cursor, and Windsurf with persistent memory across sessions
- Building private, on-device AI agents with unlimited memory that never send data to cloud services
- Creating research applications requiring GDPR/EU AI Act compliance with no external data transmission
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"]
}
}
}superlocalmemory · Install
Install via npm (recommended)
npm install -g superlocalmemory
slm setup # Choose mode (A/B/C)
slm doctor # Verify everything is working
slm warmup # Pre-download embedding model (~500MB, optional)Install via pip
pip install superlocalmemoryMCP Integration (Claude, Cursor, Windsurf, VS Code, etc.)
{
"mcpServers": {
"superlocalmemory": {
"command": "slm",
"args": ["mcp"]
}
}
}