MCP Catalogs
Home

time vs gospy

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

time
by modelcontextprotocol
gospy
by monsterxx03
Stars★ 85,748★ 96
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsMonitoringOps & Infra
LanguageTypeScriptGo
Last committhis month9 mo ago

time · Summary

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

gospy · Summary

Go process inspector MCP server with goroutine analysis, memory statistics, and binary information via terminal UI or API.

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

gospy · Use cases

  • Debugging Go applications by inspecting goroutine states and memory usage
  • Monitoring production Go services for performance issues and resource leaks
  • Analyzing runtime characteristics of third-party Go binaries without source code

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

gospy · Install

Installation

go install github.com/monsterxx03/gospy@latest

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "gospy": {
      "command": "sudo",
      "args": ["gospy", "serve", "--enable-mcp", "--port", "8974"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.