MCP Catalogs
Homehome-memory screenshot

home-memory

by impactjo·75·Score 48

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

productivityai-llmknowledge-graph
3
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

Home Memory is a specialized MCP server that allows AI assistants to document, track, and query information about physical elements in and around your home. It implements 23 MCP tools to create, update, search, and manage home elements, their connections, categories, and statuses. The server uses a local Firebird database to store all data as a single file on your machine, ensuring privacy and offline access.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Document home appliances and devices through natural language descriptions
you:Track home maintenance and inspection schedules for vehicles and equipment
you:Plan renovations by documenting existing elements and planned changes
you:Where is my home data stored?
you:Can I use this with AI clients other than Claude and Codex?

When to choose this

Choose Home Memory if you want an AI-powered home inventory system that works entirely through conversation with multiple AI clients like Claude or OpenAI assistants.

When NOT to choose this

Don't choose Home Memory if you need web-based remote access, multi-user collaboration, or if you're on macOS/Linux without willingness to build from source.

Tools this server exposes

12 tools extracted from the README
  • get_structure_overview

    Browse the structure of your home

  • find_element

    Search for a specific element by name

  • list_elements

    List all elements in your home

  • get_element_details

    Get detailed information about a specific element

  • get_recent_changes

    View recent changes to your home data

  • create_element

    Add a new element to your home

  • update_element

    Update information about an existing element

  • delete_element

    Remove an element from your home

  • move_element

    Move an element to a different location

  • get_connections

    View connections between elements

  • create_connection

    Create a connection between two elements

  • get_by_category

    List elements in a specific category

Comparable tools

notion-mcpfile-system-mcphome-assistant-integration

Installation

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

FAQ

Where is my home data stored?
Your data is stored locally in a single Firebird database file on your machine. Nothing is sent to external servers.
Can I use this with AI clients other than Claude and Codex?
Yes, Home Memory works with any MCP-compatible client that supports stdio transport.

On Hacker News

Recent discussion from the developer community.

Compare home-memory with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.