time vs ClawMem
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ClawMem by yoloshii | |
|---|---|---|
| Stars | ★ 85,748 | ★ 168 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ClawMem · Summary
On-device memory layer for AI agents with MCP server integration and hybrid RAG search.
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
ClawMem · Use cases
- Enhancing AI coding agents with persistent memory of project decisions and context
- Creating a unified memory layer across different AI agent platforms (Claude Code, OpenClaw, Hermes)
- Implementing retrieval-augmented generation for personal notes and documentation
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"]
}
}
}ClawMem · Install
Install via npm (recommended)
npm install -g clawmemInstall via Bun
bun add -g clawmemSetup for Claude Code (MCP integration)
clawmem bootstrap
clawmem setup hooks
clawmem setup mcpVerify installation
clawmem doctor