deusXmachina-dev/memorylane
Desktop app that captures screen activity via event-driven screenshots, stores AI-generated summaries and OCR text locally in SQLite, and exposes your activity history to AI assistants via MCP with semantic search, timeline browsing, and event detail retrieval.
Quick Start
Clone the repository:
git clone https://github.com/deusXmachina-dev/memorylaneClaude Desktop configuration example:
{
"mcpServers": {
"memorylane": {
"command": "npx",
"args": [
"-y",
"deusXmachina-dev/memorylane"
]
}
}
}Check the repository README for specific installation and configuration instructions.