context-sync vs time
并排对比,帮你在这两个 MCP server 之间做选择。
context-sync by Intina47 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 124 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具知识库 / RAG | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
context-sync · 概述
为LLM应用提供本地持久化内存存储,通过MCP工具保持项目连续性。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
context-sync · 使用场景
- 在多个AI编码会话之间保持项目上下文
- 为AI助手保存重要决策和约束条件
- 提供带有git感知能力的结构化文件探索
- 与Notion集成以进行额外上下文查找
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
context-sync · 安装
安装
全局安装:
npm install -g @context-sync/server全局安装期间会自动运行配置。安装后,重启您的AI工具。
Claude Desktop配置
添加到claude_desktop_config.json:
{
"mcpServers": {
"context-sync": {
"command": "context-sync",
"args": []
}
}
}VS Code (GitHub Copilot)
全局安装时Context Sync应自动被检测到。
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}