Engram

lucasscurtoo/Engram
★ 0 stars Swift AI/LLM Updated today
Native macOS spaced-repetition study app with integrated focus mode. FSRS v5, local-first, MCP server for Claude.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "-y",
        "lucasscurtoo/Engram"
      ]
    }
  }
}

README Excerpt

Native macOS spaced-repetition study app, open source (MIT). Two jobs: **retain** knowledge over time (FSRS v5 scheduling) and **sustain focus** while studying (integrated focus mode). Local-first: your data lives on your disk, no accounts, no networking. **[⬇ Download the latest release](https://github.com/lucasscurtoo/Engram/releases/latest)** —