time vs memcord
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | memcord by ukkit | |
|---|---|---|
| Stars | ★ 85,748 | ★ 67 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
memcord · Summary
Privacy-first MCP server for AI memory management with intelligent summarization and search capabilities.
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
memcord · Use cases
- Long-term project documentation and conversation tracking
- Research and knowledge base building from AI conversations
- Privacy-sensitive contexts requiring local storage
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"]
}
}
}memcord · Install
Quick Install
**macOS / Linux:**
curl -fsSL https://github.com/ukkit/memcord/raw/main/install.sh | bash**Windows (PowerShell):**
irm https://github.com/ukkit/memcord/raw/main/install.ps1 | iexClaude Desktop Configuration
After installation, Memcord will automatically configure Claude Desktop. The configuration file will be placed in your Claude settings directory:
{
"mcpServers": {
"memcord": {
"command": "python",
"args": ["-m", "memcord.server"]
}
}
}