turbovault vs time
Side-by-side comparison to help you pick between these two MCP servers.
turbovault by Epistates | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 126 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 1 mo ago | this month |
turbovault · Summary
Rust SDK and MCP server that transforms Obsidian vaults into intelligent knowledge systems with 47 specialized tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
turbovault · Use cases
- Transform an Obsidian vault into an AI-powered knowledge system with search, link analysis, and relationship discovery
- Build custom applications that consume and analyze markdown directories with high-performance Rust SDK
- Manage multiple vaults dynamically with instant context switching and atomic batch operations
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
turbovault · Install
Install TurboVault using Cargo:
# Minimal install (7.0 MB, STDIO only)
cargo install turbovault
# With HTTP server (~8.2 MB)
cargo install turbovault --features http
# With all cross-platform transports (~8.8 MB)
cargo install turbovault --features fullFor Claude Desktop, add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"turbovault": {
"command": "/path/to/turbovault",
"args": ["--vault", "/path/to/your/vault", "--profile", "production"]
}
}
}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"]
}
}
}