A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
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
🎬 Demo
By default, captures are summarized through a managed OpenRouter 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.
Install the CLI from npm: @deusxmachina-dev/memorylane-cli
Questions, feedback, and feature ideas are welcome in our Discord server.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management