MCP Catalogs
首页

time vs gograph

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

time
by modelcontextprotocol
gograph
by ozgurcd
Stars★ 85,748★ 118
30天用量
综合分7747
官方
分类
效率工具开发者工具沟通协作
开发者工具AI / LLM 工具知识库 / RAG
实现语言TypeScriptGo
最近提交本月本月

time · 概述

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

gograph · 概述

一个本地AST/类型感知的Go代码库上下文索引器,为AI编码代理创建优化的图谱。

time · 使用场景

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

gograph · 使用场景

  • 通过提供结构化上下文增强AI对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"]
    }
  }
}

gograph · 安装

# MacOS / Linux (通过Homebrew)
brew install ozgurcd/tap/gograph

# 或使用Go安装:
go install github.com/ozgurcd/gograph/cmd/gograph@latest

要作为MCP服务器使用,您需要将其与MCP客户端配置集成。该工具支持JSON输出,便于机器解析,非常适合MCP集成。

对比内容由 README + GitHub 公开数据自动生成,定期更新。