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 | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Go |
| Last commit | this month | this 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@latestTo 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.