MCP Catalogs
首页

time vs toolhive-registry-server

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

time
by modelcontextprotocol
toolhive-registry-server
by stacklok
Stars★ 85,748★ 16
30天用量
综合分7742
官方
分类
效率工具开发者工具沟通协作
运维基建开发者工具安全
实现语言TypeScriptGo
最近提交本月本月

time · 概述

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

toolhive-registry-server · 概述

ToolHive 注册服务器用于发现、管控和组织内 MCP 服务器与技能的访问权限。

time · 使用场景

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

toolhive-registry-server · 使用场景

  • 在拥有多个团队的大型组织中集中管理 MCP 服务器
  • 从公共注册表和内部源聚合 MCP 服务器,实现统一的访问控制
  • 根据不同团队的角色和需求,提供相同的 MCP 服务器的不同视图

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"]
    }
  }
}

toolhive-registry-server · 安装

安装

前提条件

  • Go 1.26 或更高版本(用于从源码构建)
  • Task(用于构建自动化)
  • PostgreSQL 16+

从源码构建

task build

运行

# 使用 Git 源运行
thv-registry-api serve --config examples/config-git.yaml

# 使用本地文件运行
thv-registry-api serve --config examples/config-file.yaml

Docker

task docker-up

Claude Desktop 集成

添加到 Claude Desktop 配置:

{
  "mcpServers": {
    "toolhive": {
      "command": "thv-registry-api",
      "args": ["serve", "--config", "path/to/config.yaml"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。