turbo-flow vs time
Side-by-side comparison to help you pick between these two MCP servers.
turbo-flow by marcuspat | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 161 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Shell | TypeScript |
| Last commit | this month | this month |
turbo-flow · Summary
Advanced agentic development environment with 215+ MCP tools, GitNexus knowledge graph, and cross-session memory via Beads.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
turbo-flow · Use cases
- Multi-agent software development with hierarchical swarm coordination
- Cross-session project memory and context preservation
- Automated code quality analysis and performance optimization
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
turbo-flow · Install
Installation
DevPod Installation
# macOS
brew install loft-sh/devpod/devpod
# Windows
choco install devpod
# Linux
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64"
sudo install devpod /usr/local/binLaunch
# DevPod (recommended)
devpod up https://github.com/adventurewavelabs/turbo-flow --ide vscode
# Manual
git clone https://github.com/adventurewavelabs/turbo-flow -b main
cd turbo-flow
chmod +x devpods/setup.sh
./devpods/setup.sh
source ~/.bashrt
turbo-statusClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "server"]
},
"gitnexus": {
"command": "npx",
"args": ["gitnexus", "server"]
}
}
}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"]
}
}
}