sagelet

JakubJDolezal/sagelet
★ 0 stars TypeScript Memory/Knowledge Updated today
Source-backed study app and Codex MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sagelet": {
      "command": "npx",
      "args": [
        "-y",
        "JakubJDolezal/sagelet"
      ]
    }
  }
}

README Excerpt

Sagelet is a Svelte 5 and Supabase study buddy for source-backed exam preparation. The first target scenario is MRCS A: upload personal material, generate cited questions and notes, track failed areas, and build the next lesson around those weaknesses. - [Product plan](docs/product-plan.md) - [Architecture](docs/architecture.md)