Skip to main content
Knowledge & MemoryTypeScript

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.

knowledge-memorycloud-servicelocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/deusXmachina-dev/memorylane

Claude Desktop configuration example:

{
  "mcpServers": {
    "memorylane": {
      "command": "npx",
      "args": [
        "-y",
        "deusXmachina-dev/memorylane"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
deusXmachina-dev