Rember MCP
A Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.
What is Rember MCP?
Rember MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that allows claude to create flashcards for rember, helping users study and remember information through spaced repetition reviews.
A Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol server that allows Claude to create
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx rember-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Rember MCP
Rember MCP is a Model Context Protocol server that lets Claude create spaced repetition flashcards directly in the Rember app, turning any conversation or document into study-ready memory cards without leaving your AI chat. The server exposes a single focused tool — create_flashcards — that uses AI to generate well-structured flashcards from notes, explanations, or PDF content and sends them to Rember's spaced repetition scheduling system for long-term retention. Students, researchers, and lifelong learners can use it to instantly convert Claude's explanations into flashcard sets they will review at optimal intervals.
Prerequisites
- A Rember account at https://rember.com
- A Rember API key from https://rember.com/settings/mcp-api (format: rember_ followed by 32 characters)
- Node.js 18+ for running the server via npx
- An MCP-compatible client such as Claude Desktop
Get your Rember API key
Log in to Rember and navigate to https://rember.com/settings/mcp-api to generate or copy your API key. It follows the format rember_ followed by 32 random characters.
Test the server with npx
Run the Rember MCP server directly to verify it starts correctly with your API key before adding it to a permanent MCP client config.
npx -y @getrember/mcp --api-key=your_rember_api_key_hereAdd the server to your Claude Desktop configuration
Open your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json and add the Rember server entry.
{
"mcpServers": {
"rember": {
"command": "npx",
"args": ["-y", "@getrember/mcp", "--api-key=your_rember_api_key_here"]
}
}
}Restart Claude Desktop
Fully quit and relaunch Claude Desktop so it connects to the Rember MCP server. The create_flashcards tool will then be available in your conversations.
Create your first flashcards
Ask Claude to create flashcards from any explanation, set of notes, or document. The server will generate the cards and send them to your Rember account for spaced repetition review.
Rember MCP Examples
Client configuration
Claude Desktop configuration for the Rember MCP server using the @getrember/mcp package.
{
"mcpServers": {
"rember": {
"command": "npx",
"args": ["-y", "@getrember/mcp", "--api-key=rember_your32charkey"]
}
}
}Prompts to try
Natural language prompts to create flashcards through the Rember MCP server.
- "Help me remember this — create flashcards from the explanation you just gave about neural networks"
- "Create a few flashcards covering the key concepts from chapter 3 of this PDF"
- "Add to Rember: the differences between TCP and UDP protocols"
- "Create flashcards for all the Spanish vocabulary words we just discussed"
- "Make study cards from this list of historical dates and events"Troubleshooting Rember MCP
API key authentication error on startup
Verify your API key is in the correct format (rember_ followed by exactly 32 characters) and matches what is shown at https://rember.com/settings/mcp-api. Make sure the key is passed as --api-key=YOUR_KEY in the args array, not as an environment variable.
Flashcards not appearing in the Rember app
Open the Rember app or website and check your card inbox — new cards may need a few seconds to sync. Ensure you are logged into the same Rember account that the API key belongs to.
Server not found in Claude Desktop after configuration
Double-check the JSON syntax in your claude_desktop_config.json — invalid JSON will silently prevent the server from loading. Use a JSON validator to check the file, then fully restart Claude Desktop.
Frequently Asked Questions about Rember MCP
What is Rember MCP?
Rember MCP is a Model Context Protocol (MCP) server that model context protocol server that allows claude to create flashcards for rember, helping users study and remember information through spaced repetition reviews. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Rember MCP?
Follow the installation instructions on the Rember MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Rember MCP?
Rember MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Rember MCP free to use?
Yes, Rember MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Rember MCP Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Rember MCP? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Rember MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Rember MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.