time vs second-brain-cloudflare
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | second-brain-cloudflare by rahilp | |
|---|---|---|
| Stars | ★ 85,748 | ★ 61 |
| 30天用量 | — | — |
| 综合分 | 77 | 46 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 知识库 / RAG效率工具AI / LLM 工具 |
| 实现语言 | TypeScript | HTML |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
second-brain-cloudflare · 概述
自托管的MCP服务器,为Claude和ChatGPT等AI工具提供个人记忆层。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
second-brain-cloudflare · 使用场景
- 跨多个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"]
}
}
}second-brain-cloudflare · 安装
安装
- 点击README中的'部署到Cloudflare'按钮
- 在部署过程中设置AUTH_TOKEN(可以使用容易记住的短语或生成安全令牌)
- 保存令牌,因为你需要它来连接AI客户端
- 通过添加到
claude_desktop_config.json连接Claude Desktop:
{
"mcpServers": {
"second-brain": {
"command": "npx",
"args": ["@modelcontextprotocol/server-cloudflare", "https://<你的worker-url>"],
"env": {
"AUTH_TOKEN": "<你的令牌>"
}
}
}
}- 对于其他客户端,请遵循文档中的特定说明。