MCP Catalogs
Home

env-doctor vs time

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

env-doctor
by mitulgarg
time
by modelcontextprotocol
Stars★ 142★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsMonitoringAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

env-doctor · Summary

Env-Doctor MCP server provides AI assistants with tools to diagnose and fix CUDA/GPU environment compatibility issues.

time · Summary

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

env-doctor · Use cases

  • AI assistants diagnose CUDA compatibility issues before installing PyTorch/TensorFlow
  • Validate Dockerfiles for GPU configuration errors before building
  • Check if specific AI models will fit on available GPU hardware

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

env-doctor · Install

Installation

pip install env-doctor

MCP Server Configuration

Add to Claude Desktop config (~/.config/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "env-doctor": {
      "command": "env-doctor-mcp"
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.