This repository provides the Rember MCP server, enabling Claude to create flashcards for spaced repetition learning using the Model Context Protocol. It allows users to generate flashcards from chats and
Rember MCP allows Claude to create flashcards using the Model Context Protocol (MCP) for Rember, a spaced repetition learning tool. It helps users study and remember information by scheduling reviews.
Key features include creating flashcards from chats (e.g., when a user says, "help me remember it") and PDFs (e.g., "Create flashcards from chapter 2 of this PDF").
To set up, run npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY
, replacing YOUR_REMBER_API_KEY
with your Rember API key from the Settings page. For Claude Desktop, add a configuration to claude_desktop_config.json
specifying the command and arguments for the Rember MCP server.
The create_flashcards
tool uses AI to generate flashcards from notes provided by Claude, leveraging the Rember API. Users can invoke the tool with phrases like "help me remember this" or "add to Rember". Best practices for building MCP servers include setting up logging, starting with a simple tool, and iterating on the tool description.
rember/rember-mcp
February 28, 2025
March 28, 2025
TypeScript