Skip to content

Releases: Servation/memora-mcp

Release list

v0.1.0

Choose a tag to compare

@Servation Servation released this 29 Jun 06:42

An interactive flashcard MCP App for Claude Desktop, built on the MCP Apps extension (SEP-1865).

Features

  • review_deck: inline flip-card review with grading; due cards surface first
  • create_deck: Claude builds decks from your request or the conversation; persists to data/decks.json
  • grade_card: spaced-repetition scheduling (SM-2-lite) per card
  • Deck picker in the UI; grades flow back to the model (updateModelContext / sendMessage)

Setup: npm install && npm run build, then add memora to your Claude Desktop config (see README).