drift vs time
Side-by-side comparison to help you pick between these two MCP servers.
drift by dadbodgeoff | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 781 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
drift · Summary
Codebase intelligence tool that detects patterns and remembers decisions across sessions for AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
drift · Use cases
- Enhancing AI assistant understanding of codebase patterns and conventions
- Providing context-aware suggestions during code refactoring
- Maintaining project knowledge across different development sessions
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
drift · Install
Installation
Drift v2 setup instructions can be found in drift v2/README.md or the documentation in drift v2/docs/.
Claude Desktop Configuration
{
"mcpServers": {
"drift": {
"command": "npm",
"args": ["exec", "drift-mcp"]
}
}
}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"]
}
}
}