time vs memtrace-public
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | memtrace-public by syncable-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 169 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsKnowledge GraphAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
memtrace-public · Summary
Memtrace provides structural memory for AI coding agents through MCP, indexing codebases as bi-temporal knowledge graphs with zero LLM calls.
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
memtrace-public · Use cases
- Multi-agent code collaboration with shared understanding of code structure
- Impact analysis of code changes across large codebases
- Evolution tracking of code patterns and dependencies over time
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"]
}
}
}memtrace-public · Install
Installation
- Get access to the private beta at [memtrace.io](https://memtrace.io)
- Install globally:
npm install -g memtrace - For Claude Desktop, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"memtrace": {
"command": "memtrace",
"args": ["serve"]
}
}
}Initialization
To index a project: memtrace index <directory>
Editor Integration
- **Claude Code & Cursor**: Automatically configured after installation
- **VS Code & Windsurf**: Requires extension installation