guild vs time
Side-by-side comparison to help you pick between these two MCP servers.
guild by mathomhaus | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 190 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
guild · Summary
Go-based MCP server providing shared context and task coordination for AI coding agents with hybrid search.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
guild · Use cases
- Coordination between multiple AI coding agents working on the same project
- Knowledge retention across different AI client sessions
- Parallel development with task dependencies and atomic claims
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
guild · Install
Installation Options
**Recommended (with semantic retrieval):**
curl -fsSL https://github.com/mathomhaus/guild/releases/latest/download/install.sh | sh
guild --version**Via Homebrew:**
brew install mathomhaus/tap/guild**From source:**
git clone https://github.com/mathomhaus/guild
cd guild
make install # includes semantic retrieval assetsProject Setup
cd ~/projects/myapp
guild init # interactive setup processClaude Desktop Configuration
Add to Claude Desktop's config.json:
"mcpServers": {
"guild": {
"command": "guild",
"args": ["serve"]
}
}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"]
}
}
}