# deusXmachina-dev/memorylane [Health: Active]

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/deusXmachina-dev/memorylane  
**GitHub Stars:** 123  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/deusxmachina-dev-memorylane

## Description
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.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation & README

# MemoryLane

[![Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?logo=discord&logoColor=white)](https://discord.gg/AHmURhKXdP)

## App Download

[![macOS](https://img.shields.io/badge/macOS-Apple_Silicon-black?logo=apple)](https://github.com/deusXmachina-dev/memorylane/releases/latest/download/MemoryLane-arm64-mac.dmg)

[![Windows](https://img.shields.io/badge/Windows-x64-blue?logo=windows)](https://github.com/deusXmachina-dev/memorylane/releases/latest/download/MemoryLane-Setup.exe)

## What is MemoryLane?

MemoryLane is a tray app for macOS and Windows that captures your screen as you work, summarizes each capture into text through your model endpoint, then deletes the screenshot. Only the summaries, OCR text, and embeddings are kept — in a local SQLite database with full-text and vector search. From there it detects recurring workflows, surfaces automation opportunities, and makes everything queryable from any AI chat over MCP.

**Capture → summarize → store locally → detect patterns → query from any AI chat via MCP**

<p align="center">
  <img src="https://raw.githubusercontent.com/deusXmachina-dev/memorylane/HEAD/assets/readme/screenshot.jpeg" width="80%" />
</p>

🎬 [Demo](https://www.youtube.com/watch?v=MU7S3FHHlr8)

## Use your own models

By default, captures are summarized through a managed [OpenRouter](https://openrouter.ai/) endpoint. You can instead point MemoryLane at your own LLM — a local model via Ollama, vLLM, or LM Studio, or your own OpenRouter account — all from Settings, no rebuild. With a local endpoint, captures never leave your machine. See [Using Your Own Models](https://github.com/deusXmachina-dev/memorylane/blob/HEAD/docs/CUSTOM_SETUP.md).

## Privacy & Permissions

See [Privacy & Permissions](https://github.com/deusXmachina-dev/memorylane/blob/HEAD/docs/privacy-and-permissions.md).

## CLI

Install the CLI from npm: [`@deusxmachina-dev/memorylane-cli`](https://www.npmjs.com/package/@deusxmachina-dev/memorylane-cli)

## Community

Questions, feedback, and feature ideas are welcome in our Discord server.

[Join the MemoryLane Discord](https://discord.gg/AHmURhKXdP)

