MCP Catalogs
首页

time vs gospy

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

time
by modelcontextprotocol
gospy
by monsterxx03
Stars★ 85,748★ 96
30天用量
综合分7744
官方
分类
效率工具开发者工具沟通协作
开发者工具可观测性运维基建
实现语言TypeScriptGo
最近提交本月9 个月前

time · 概述

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

gospy · 概述

Go 进程检测器 MCP 服务器,提供协程分析、内存统计和二进制信息,可通过终端 UI 或 API 访问。

time · 使用场景

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

gospy · 使用场景

  • 通过检查协程状态和内存使用情况调试 Go 应用程序
  • 监控生产环境中的 Go 服务以发现性能问题和资源泄漏
  • 分析第三方 Go 二进制文件的运行时特征,无需源代码

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

gospy · 安装

安装

go install github.com/monsterxx03/gospy@latest

Claude Desktop 配置

添加到 Claude Desktop config.json:

{
  "mcpServers": {
    "gospy": {
      "command": "sudo",
      "args": ["gospy", "serve", "--enable-mcp", "--port", "8974"],
      "env": {}
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。