MCP server that lets your AI assistant remember everything about your home.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"home-memory": {
"command": "npx",
"args": [
"-y",
"impactjo/home-memory"
]
}
}
}
Run in terminal:
claude mcp add home-memory npx -y impactjo/home-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"home-memory": {
"command": "npx",
"args": [
"-y",
"impactjo/home-memory"
]
}
}
}