MCP Catalogs
首页

dotbot vs time

并排对比,帮你在这两个 MCP server 之间做选择。

dotbot
by andresharpe
time
by modelcontextprotocol
Stars★ 50★ 85,748
30天用量
综合分4577
官方
分类
开发者工具AI / LLM 工具效率工具
效率工具开发者工具沟通协作
实现语言PowerShellTypeScript
最近提交本月本月

dotbot · 概述

零依赖的 MCP 服务器,为团队提供结构化、可审计的 AI 辅助开发。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

dotbot · 使用场景

  • 团队 AI 开发,具备合规和知识共享的可审计追踪
  • 多步骤 AI 编码工作流程,具有任务依赖和每任务模型选择
  • 企业工作流和堆栈注册库,用于标准化 AI 辅助开发流程

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

dotbot · 安装

安装步骤

  1. **全局安装 dotbot**:
Install-Module Dotbot -Scope CurrentUser
  1. **在项目中初始化**:
cd your-project
dotbot init
dotbot init -Workflow <工作流名称> -Stack <堆栈名称>
  1. **在 Claude Desktop 中配置 MCP 服务器**:
{
  "mcpServers": {
    "dotbot": {
      "command": "pwsh",
      "args": ["-NoProfile", "-File", ".bot/systems/mcp/dotbot-mcp.ps1"]
    }
  }
}
  1. **启动网络仪表板**:
.bot\go.ps1

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。