Overview
Features
Create flashcards from chats
Generate flashcards from chat notes by passing them to the Rember API via the MCP tool.
Create flashcards from PDFs
Create flashcards from PDF content by sending extracted notes to Rember through the MCP server.
Run MCP server with API key (npx)
Start the MCP server using: npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY.
Claude Desktop integration
Configure memory tooling in claude_desktop_config.json to wire the MCP server into Claude.
MCP tool: create_flashcards
A tool that takes Claude notes and calls the Rember API to generate a few flashcards per note.
Tool call output semantics
When the tool runs, the Rember API reports the number of created rembs (not the exact number of flashcards).
Best practices and testing guidance
Includes logging to stderr, clear tool descriptions, input/output explanations, testing with Claude Desktop, and retry strategies.
Who Is This For?
- Claude users:Create Rember flashcards from chats and PDFs via MCP in Claude.
- Rember users:Generate flashcards from Claude conversations to reinforce learning in Rember.
- Developers:Integrate MCP tooling into Rember workflows and automate flashcard creation.




