MCP Catalogs
Home

memex vs time

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

memex
by iamtouchskyer
time
by modelcontextprotocol
Stars★ 201★ 85,748
30d uses
Score4977
Official
Categories
Knowledge GraphAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

memex · Summary

Zettelkasten-based persistent memory system for AI coding agents with MCP server integration.

time · Summary

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

memex · Use cases

  • AI coding agents maintain context across work sessions
  • Developers build and maintain personal knowledge bases
  • Teams share and synchronize coding insights between different AI tools

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

memex · Install

Installation

**VS Code/Copilot**: Search for 'memex' in VS Code Extensions Marketplace and install

**Claude Code**: Add plugin with /plugin marketplace add iamtouchskyer/memex, then install with /plugin install memex@memex

**Cursor/Codex/Windsurf**: Run npm install -g @touchskyer/memex

**For general MCP client**: Run npm install -g @touchskyer/memex

**MCP Server Configuration** (for Claude Desktop): Add to config.json:

{
  "mcpServers": {
    "memex": {
      "command": "memex",
      "args": ["mcp"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.