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 memorylaneConfiguration
{
"mcpServers": {
"memorylane": {
"command": "npx",
"args": ["-y", "memorylane"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes