time vs open-brain-template
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | open-brain-template by wefilmshit | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | TypeScript | HTML |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
open-brain-template · 概述
为AI代理提供持久化记忆系统的可视化面板,支持MCP协议集成。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
open-brain-template · 使用场景
- AI重度用户需要在多个会话和工具间保持一致的上下文
- 开发团队希期能在团队成员间共享项目特定的规则和偏好
- 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"]
}
}
}open-brain-template · 安装
安装步骤
- 创建一个 [Supabase](https://supabase.com) 项目
- 克隆此仓库
- 替换
index.html中的YOUR_SUPABASE_URL和YOUR_SUPABASE_ANON_KEY - 将您的电子邮件添加到
ALLOWED_EMAILS - 部署到 [Vercel](https://vercel.com)
可选组件
- **SessionStart 钩子**: 添加到
~/.claude/settings.json:
``json { "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "$HOME/.claude/hooks/session-start-memory.sh", "timeout": 15 } ] } ] } } ``
- **Memory Steward**: 按照 [docs/memory-steward.md](docs/memory-steward.md) 中的说明操作