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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this 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)
- Download the latest release ZIP from [GitHub Releases](../../releases)
- Extract to a folder, e.g.
C:\HomeMemory\ - 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 Releasetime · 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"]
}
}
}