MCP Catalogs
Home

time vs gograph

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
gograph
by ozgurcd
Stars★ 85,748★ 118
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptGo
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

gograph · Summary

A local AST/type-aware Go repository context indexer that creates optimized graphs for AI coding agents.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

gograph · Use cases

  • Enhancing AI code understanding in Go projects by providing structured context
  • Code refactoring assistance by showing impact analysis of changes
  • Code quality analysis through cyclomatic complexity and coupling metrics

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

gograph · Install

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

# Or using Go:
go install github.com/ozgurcd/gograph/cmd/gograph@latest

To use as an MCP server, you would need to integrate it with your MCP client configuration. The tool supports JSON output for machine-parseable results which is ideal for MCP integration.

Comparison generated from public README + GitHub signals. Last updated automatically.