time vs superlocalmemory
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | superlocalmemory by qualixar | |
|---|---|---|
| Stars | ★ 85,748 | ★ 150 |
| 30天用量 | — | — |
| 综合分 | 77 | 50 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
superlocalmemory · 概述
一款仅限本地的AI记忆系统,通过MCP集成,为AI客户端提供无限记忆功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
superlocalmemory · 使用场景
- 为Claude Code、Cursor和Windsurf等AI编程助手增强跨会话持久记忆
- 构建私密、设备上的无限记忆AI代理,永不将数据发送到云服务
- 创建需要符合GDPR/EU AI法案且无外部数据传输的研究应用
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"]
}
}
}superlocalmemory · 安装
通过npm安装(推荐)
npm install -g superlocalmemory
slm setup # 选择模式(A/B/C)
slm doctor # 验证一切正常工作
slm warmup # 预下载嵌入模型(约500MB,可选)通过pip安装
pip install superlocalmemoryMCP集成(Claude、Cursor、Windsurf、VS Code等)
{
"mcpServers": {
"superlocalmemory": {
"command": "slm",
"args": ["mcp"]
}
}
}