Create flashcards with AI. This tool takes a list of notes from Claude, it calls the Rember API to generate a few flashcards for each note. After learning something new in your chat with Claude, you can ask "help me remember this" or "create a few flashcards" or "add to Rember".
Rember is a spaced repetition learning tool that helps you study and remember anything you care about. This MCP integration allows Claude to create flashcards directly from your conversations or documents, making it easy to capture important information for long-term retention. With Rember MCP, you can seamlessly convert insights from your Claude chats into structured flashcards for effective learning. Simply ask Claude to "help me remember this" after discussing something important, and the integration will generate appropriate flashcards and add them to your Rember account for scheduled review.
To use the Rember MCP with Claude, you'll need a Rember account and API key.
rember_
followed by 32 random characters)Add the Rember MCP to your Claude Desktop configuration by editing your claude_desktop_config.json
file:
{
"mcpServers": {
"rember": {
"command": "npx",
"args": ["-y", "@getrember/mcp", "--api-key=YOUR_REMBER_API_KEY"]
}
}
}
Replace YOUR_REMBER_API_KEY
with your actual Rember API key.
You can also run the Rember MCP server directly using npx:
npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY
Once the Rember MCP is set up, you can ask Claude to create flashcards in several ways:
Create flashcards from your conversation: After learning something new in your chat with Claude, you can say:
Create flashcards from documents: When working with a PDF or other document, you can ask:
Claude will use the Rember API to generate appropriate flashcards based on the content of your conversation or document. These flashcards will be added to your Rember account, where you can review them according to a spaced repetition schedule for optimal learning.