Rember MCP

v1.0.0Knowledge & Memorystable

A Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.

rember-mcpmcpai-integration
Share:
62
Stars
0
Downloads
0
Weekly
0/5

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

Create flashcards for Rember using AI assistance.
Enable spaced repetition learning through Claude.
Build study materials automatically from conversations.
rember

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 1, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx rember-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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_here
3

Add 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"]
    }
  }
}
4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "rember-mcp": { "command": "npx", "args": ["-y", "rember-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides