MCP Catalogs
Home

gm-exec vs time

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

gm-exec
by AnEntrypoint
time
by modelcontextprotocol
Stars★ 122★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

gm-exec · Summary

MCP server for executing code in multiple languages with background processing.

time · Summary

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

gm-exec · Use cases

  • Executing code snippets in various programming languages within MCP-enabled applications
  • Running tests and build commands in isolated environments
  • Background processing of long-running computational tasks

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

gm-exec · Install

Installation

Install globally:

bun install -g gm-exec
gm-exec --mcp

Add to your MCP client config:

{
  "mcpServers": {
    "gm-exec": {
      "command": "bunx",
      "args": ["gm-exec", "--mcp"]
    }
  }
}

Requirements:

  • Bun ≥ 1.0

Install Bun:

curl -fsSL https://bun.sh/install | bash

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.