MCP Catalogs
首页

scrumboy vs time

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

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

scrumboy · 概述

Scrumboy 是一个带有 AI 代理 MCP 支持的自托管看板项目管理工具。

time · 概述

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

scrumboy · 使用场景

  • AI 代理通过 MCP 创建和管理项目任务
  • CI/CD 管道的自动化项目状态报告
  • 通过集成的语音命令进行语音控制任务管理

time · 使用场景

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

scrumboy · 安装

安装 Scrumboy

  1. **Docker (推荐)**

``bash docker compose up --build ``

  1. **从源码安装**

``bash go run ./cmd/scrumboy ``

  1. **Claude Desktop 的 MCP 配置**

添加到您的 Claude Desktop config.json: ``json { "mcpServers": { "scrumboy": { "command": "curl", "args": ["-X", "POST", "http://localhost:8080/mcp/rpc"], "env": { "SCRUMBOY_TOKEN": "your_token_here" } } } } ` 通过以下命令生成您的令牌: `bash curl -b cookies.txt -X POST http://localhost:8080/api/me/tokens \ -H "Content-Type: application/json" \ -H "X-Scrumboy: 1" \ -d '{"name":"cli"}' ``

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 公开数据自动生成,定期更新。