Back to MCP Servers

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-memorysqliteai

Installation

npx -y memorylane

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub