MCP Catalogs
Home

time vs swarmvault

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
swarmvault
by swarmclawai
Stars★ 85,748★ 454
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphAI / LLM ToolsDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

swarmvault · Summary

SwarmVault is an MCP server that turns documents into a local knowledge graph with RAG capabilities.

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

swarmvault · Use cases

  • Personal knowledge management as a second brain
  • Research documentation and analysis
  • Code documentation and AI-assisted development

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"]
    }
  }
}

swarmvault · Install

Install

CLI

npm install -g @swarmvaultai/cli

Add to Claude Desktop

Create or edit claude_desktop_config.json:

{
  "mcpServers": {
    "swarmvault": {
      "command": "npx",
      "args": ["@swarmvaultai/cli", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.