dotbot vs time
并排对比,帮你在这两个 MCP server 之间做选择。
dotbot by andresharpe | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 50 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | PowerShell | TypeScript |
| 最近提交 | 本月 | 本月 |
dotbot · 概述
零依赖的 MCP 服务器,为团队提供结构化、可审计的 AI 辅助开发。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
dotbot · 使用场景
- 团队 AI 开发,具备合规和知识共享的可审计追踪
- 多步骤 AI 编码工作流程,具有任务依赖和每任务模型选择
- 企业工作流和堆栈注册库,用于标准化 AI 辅助开发流程
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
dotbot · 安装
安装步骤
- **全局安装 dotbot**:
Install-Module Dotbot -Scope CurrentUser- **在项目中初始化**:
cd your-project
dotbot init
dotbot init -Workflow <工作流名称> -Stack <堆栈名称>- **在 Claude Desktop 中配置 MCP 服务器**:
{
"mcpServers": {
"dotbot": {
"command": "pwsh",
"args": ["-NoProfile", "-File", ".bot/systems/mcp/dotbot-mcp.ps1"]
}
}
}- **启动网络仪表板**:
.bot\go.ps1time · 安装
安装选项
**使用 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"]
}
}
}