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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y memorylaneAgent-CoreX intelligently routes which tools from deusXmachina-dev/memorylane your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"memorylane": {
"command": "npx",
"args": [
"-y",
"memorylane"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add memorylaneAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use deusXmachina-dev/memorylane directly without routing
npx -y memorylaneNew to Agent-CoreX? View setup guide →