Back to MCP Servers
🔌

deusXmachina-dev/memorylane

GPL-3.0

📇 ☁️ 🏠 🍎 - 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 v

TypeScriptDatabases

Install

npx -y memorylane

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "deusxmachina-dev-memorylane": {
      "command": "npx",
      "args": [
        "-y",
        "memorylane"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.