MCP Catalogs
Home

time vs claude-memory-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
claude-memory-mcp
by tanaka-kun-dev
Stars★ 85,748★ 0
30d uses
Score7733
Official
Categories
ProductivityDeveloper ToolsCommunication
File SystemAI / LLM ToolsDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

claude-memory-mcp · Summary

MCP server for persistent file-based memory management with tools to read, search, and update Claude's memory files.

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

claude-memory-mcp · Use cases

  • Enabling non-Claude Code clients like Claude Desktop or Cursor to access Claude's memory system
  • Providing programmatic access to manage memory entries across different MCP-compatible AI assistants
  • Creating a persistent memory layer for personal AI assistants that can be shared across tools

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"]
    }
  }
}

claude-memory-mcp · Install

npm install -g @tanaka-kun-dev/claude-memory-mcp

Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "memory": {
      "command": "claude-memory-mcp"
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory": {
      "command": "claude-memory-mcp"
    }
  }
}

For custom memory directory, use environment variable CLAUDE_MEMORY_DIR.

Comparison generated from public README + GitHub signals. Last updated automatically.