MCP Catalogs
Home

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
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis 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 superlocalmemory

MCP Integration (Claude, Cursor, Windsurf, VS Code, etc.)

{
  "mcpServers": {
    "superlocalmemory": {
      "command": "slm",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.