silverbullet-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
silverbullet-mcp by Ahmad-A0 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 效率工具知识库 / RAGAI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
silverbullet-mcp · 概述
一个TypeScript的MCP服务器,让LLM能够通过工具和资源与SilverBullet笔记互动。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
silverbullet-mcp · 使用场景
- 让AI助手在SilverBullet中创建和分析笔记
- 使用LLM功能自动化知识管理任务
- 将SilverBullet与AI驱动的工作流和应用程序连接
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
silverbullet-mcp · 安装
安装
- **克隆仓库:**
``bash git clone <repository-url> cd <repository-name> ``
- **创建环境文件:**
``bash cp .env.example .env # 更新您的值 ``
- **构建并运行:**
``bash docker-compose up --build ``
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"]
}
}
}