MCP Catalogs
Home

time vs shodh-memory

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

time
by modelcontextprotocol
shodh-memory
by varun29ankuS
Stars★ 85,748★ 212
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsKnowledge GraphProductivity
LanguageTypeScriptRust
Last committhis monththis month

time · Summary

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

shodh-memory · Summary

Persistent cognitive memory for AI agents and robots with offline support and 37 MCP tools.

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

shodh-memory · Use cases

  • Persistent memory for AI coding assistants like Claude and Cursor
  • Cognitive memory for robots and ROS2 systems
  • Personal knowledge management with automatic recall

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

shodh-memory · Install

Installation

**Unified CLI**

# Download from GitHub Releases
shodh init
shodh server

**Claude Desktop**

{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": ["-y", "@shodh/memory-mcp"]
    }
  }
}

**Python**

pip install shodh-memory

**Rust**

[dependencies]
shodh-memory = "0.1"
Comparison generated from public README + GitHub signals. Last updated automatically.