template-repo vs time
Side-by-side comparison to help you pick between these two MCP servers.
template-repo by AndrewAltimit | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 127 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
template-repo · Summary
Advanced agent orchestration template integrating 20 MCP servers for security, code quality, and multimedia tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
template-repo · Use cases
- Multi-agent development workflows with automated code review and PR management
- Security-hardened CI/CD pipelines for AI-generated code
- Detecting sleeper agent behaviors through residual stream analysis
- Legacy software integration via runtime injection and shared memory IPC
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
template-repo · Install
Prerequisites
- Linux system with Docker (v20.10+) and Docker Compose (v2.0+)
Setup Steps
- Clone and setup:
``bash git clone https://github.com/AndrewAltimit/template-repo cd template-repo # Build Rust CLI tools cd tools/rust/board-manager && cargo build --release cd ../github-agents-cli && cargo build --release ``
- Set API keys:
``bash export OPENROUTER_API_KEY="your-key-here" # For OpenCode/Crush ``
- Configure Claude Desktop (create or update ~/.config/claude/config.json):
``json { "mcpServers": { "template-repo": { "command": "path/to/board-manager", "args": [] } } } ``
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"]
}
}
}