MCP Catalogs
Home

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
Score7753
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguageTypeScriptRust
Last committhis monththis 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

  1. Download the binary for your platform from [GitHub releases](https://github.com/samvallad33/vestige/releases/latest)
  2. Make it executable: chmod +x vestige
  3. 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
Comparison generated from public README + GitHub signals. Last updated automatically.