MCP Catalogs
Home

home-memory vs time

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

home-memory
by impactjo
time
by modelcontextprotocol
Stars★ 75★ 85,748
30d uses
Score4877
Official
Categories
ProductivityAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

home-memory · Summary

Home Memory is an MCP server that provides structured, persistent knowledge about your home through natural language interactions.

time · Summary

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

home-memory · Use cases

  • Document home appliances and devices through natural language descriptions
  • Track home maintenance and inspection schedules for vehicles and equipment
  • Plan renovations by documenting existing elements and planned changes

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

home-memory · Install

Installation

Windows (Recommended)

  1. Download the latest release ZIP from [GitHub Releases](../../releases)
  2. Extract to a folder, e.g. C:\HomeMemory\
  3. Connect to your AI client:

**Claude Desktop:**

{
  "mcpServers": {
    "home-memory": {
      "command": "C:\\HomeMemory\\HomeMemoryMCP.exe"
    }
  }
}

**Codex App:**

  • Click File > Settings > MCP servers
  • Click + Add server
  • Name: home-memory
  • Command: C:\HomeMemory\HomeMemoryMCP.exe

Build from Source

Requires .NET 10 SDK and Firebird 3.0:

git clone https://github.com/impactjo/home-memory.git
cd home-memory
dotnet publish HomeMemoryMCP -c Release

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.