
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.
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:
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 READMEget_structure_overviewBrowse the structure of your home
find_elementSearch for a specific element by name
list_elementsList all elements in your home
get_element_detailsGet detailed information about a specific element
get_recent_changesView recent changes to your home data
create_elementAdd a new element to your home
update_elementUpdate information about an existing element
delete_elementRemove an element from your home
move_elementMove an element to a different location
get_connectionsView connections between elements
create_connectionCreate a connection between two elements
get_by_categoryList elements in a specific category
Comparable tools
Installation
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 ReleaseFAQ
- 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.
- Story by impactjo · 2026-04-16
Compare home-memory with
Last updated · Auto-generated from public README + GitHub signals.