MCP Catalogs
Home

Zikkaron vs time

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

Zikkaron
by amanhij
time
by modelcontextprotocol
Stars★ 59★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsDeveloper ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

Zikkaron · Summary

Biologically-inspired persistent memory engine for Claude Code with 26 cognitive subsystems, local SQLite storage, and advanced memory recall capabilities.

time · Summary

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

Zikkaron · Use cases

  • Long-term code projects where context needs to persist across sessions
  • Complex debugging sessions where Claude needs to remember previous approaches
  • Multi-session development where architectural decisions must be preserved
  • Teams working on shared codebases with consistent implementation patterns

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

Zikkaron · Install

pip install zikkaron

Add to your Claude Code config:

{
  "mcpServers": {
    "zikkaron": {
      "command": "zikkaron"
    }
  }
}

Tell Claude how to use it by adding instructions to your global ~/.claude/CLAUDE.md:

## Memory
- On every new session, call `recall` with the current project name
- Before starting any task, call `get_project_context` for the current directory
- After completing significant work, call `remember` to store decisions and outcomes

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.