context-sync vs time
Side-by-side comparison to help you pick between these two MCP servers.
context-sync by Intina47 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 124 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
context-sync · Summary
Local persistent memory store for LLM applications providing project continuity through MCP tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
context-sync · Use cases
- Maintaining project context across multiple AI coding sessions
- Preserving important decisions and constraints for AI assistants
- Providing structured file exploration with git awareness
- Integrating with Notion for additional context lookup
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
context-sync · Install
Installation
Install globally:
npm install -g @context-sync/serverAuto-configuration runs during global install. After install, restart your AI tool.
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"context-sync": {
"command": "context-sync",
"args": []
}
}
}VS Code (GitHub Copilot)
Context Sync should be detected automatically when installed globally.
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"]
}
}
}