time vs vestige
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | vestige by samvallad33 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 531 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsKnowledge Graph |
| Language | TypeScript | Rust |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
vestige · Summary
Cognitive memory for AI agents with FSRS-6 spaced repetition, 29 brain modules, and a 3D visualization dashboard.
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
vestige · Use cases
- Giving AI assistants persistent memory across sessions
- Building sophisticated cognitive architectures for autonomous agents
- Creating memory-augmented workflows in IDEs and development tools
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"]
}
}
}vestige · Install
Installation
Quick Start
- Download the binary for your platform from [GitHub releases](https://github.com/samvallad33/vestige/releases/latest)
- Make it executable:
chmod +x vestige - Run it:
./vestige
Integration with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"vestige": {
"command": "path/to/your/vestige",
"args": []
}
}
}Package Managers
- Cargo:
cargo install vestige - Homebrew:
brew install vestige