Back to MCP Catalog

Rember MCP Server

Knowledge & MemoryTypeScript
Create and manage flashcards for spaced repetition learning
Available Tools

create_flashcards

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.

Installation

To use the Rember MCP with Claude, you'll need a Rember account and API key.

Getting Your API Key

  1. Create an account at Rember.com if you don't already have one
  2. Go to your Settings page
  3. Find your Rember API key (it should follow the format rember_ followed by 32 random characters)

Setting Up with Claude Desktop

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.

Running Directly with npx

You can also run the Rember MCP server directly using npx:

npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY

Usage

Once the Rember MCP is set up, you can ask Claude to create flashcards in several ways:

  1. Create flashcards from your conversation: After learning something new in your chat with Claude, you can say:

    • "Help me remember this"
    • "Create a few flashcards about this"
    • "Add this to Rember"
  2. Create flashcards from documents: When working with a PDF or other document, you can ask:

    • "Create flashcards from chapter 2 of this PDF"
    • "Help me remember the key points from this document"

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.

Limitations

  • There may be a monthly limit on the number of flashcards you can create, depending on your Rember subscription
  • If you reach your monthly limit, Claude will inform you about the Rember Pro subscription option

Related MCPs

Knowledge Graph Memory
Knowledge & MemoryTypeScript

A persistent memory system using a local knowledge graph

MemoryMesh
Knowledge & MemoryTypeScript

A knowledge graph server for structured memory persistence in AI models

Cognee
Knowledge & MemoryPython

Knowledge management and retrieval system with code graph capabilities

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.