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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this 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 --mcpAdd 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 | bashtime · 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"]
}
}
}