Rember MCP
@rember
About Rember MCP
A Model Context Protocol (MCP) server for Rember.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rember": {
"command": "npx",
"args": [
"-y",
"@getrember/mcp",
"--api-key=YOUR_REMBER_API_KEY"
]
}
}
}Tools
1Create 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".
Overview
What is Rember MCP?
Rember MCP is a Model Context Protocol (MCP) server that lets Claude create flashcards directly through the Rember spaced repetition platform. It is designed for anyone who wants to turn notes, chat exchanges, or PDF content into flashcards for long-term memory retention.
How to use Rember MCP?
Run the server with npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY after obtaining an API key from your Rember Settings page. For Claude Desktop, add the same command to claude_desktop_config.json under mcpServers. In a Claude conversation, trigger flashcard creation with phrases like "help me remember this" or "create a few flashcards."
Key features of Rember MCP
create_flashcardstool – generates AI‑powered flashcards from provided notes.- Works with conversation highlights and PDF content.
- Integrates with Rember’s spaced repetition reviews.
- Uses a single MCP tool with a detailed description to guide Claude’s behavior.
- Provides feedback on created rembs (not flashcard count) via tool response.
Use cases of Rember MCP
- Convert key points from a Claude chat into reviewable flashcards.
- Turn chapter summaries from a PDF into spaced repetition cards.
- Ask “help me remember this” after learning something new with Claude.
- Add study material to Rember for ongoing recall practice.
FAQ from Rember MCP
What does the create_flashcards tool do?
It takes a list of notes from Claude, sends them to the Rember API, which then generates a few flashcards for each note. After calling the tool, Claude knows the number of created rembs, not the exact number of flashcards.
What dependencies or runtime are required?
You need Node.js (to run npx) and a valid Rember API key. The API key format is rember_ followed by 32 random characters, obtainable from the Rember Settings page.
Where does flashcard data live?
Data is processed by the Rember API. The MCP server itself does not store any data locally.
Are there any usage limits or known restrictions?
The Rember API has a monthly limit. When the limit is reached, Claude is instructed to inform the user about upgrading to Rember Pro, including a relevant URL.
What transport and authentication does the server use?
The server uses standard MCP stdio transport and authenticates via the provided API key passed as a command‑line argument.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments