# rember-mcp

> MCP Server

This repository provides the Rember MCP server, enabling Claude to create flashcards for spaced repetition learning using the Model Context Protocol. It allows users to generate flashcards from chats and

## Overview

- **Category:** AI
- **Language:** TypeScript
- **Stars:** 62
- **Forks:** 1
- **Owner:** rember
- **GitHub:** https://github.com/rember/rember-mcp
- **Homepage:** https://rember.com
- **Created:** 2025-02-28T10:46:02+00:00
- **Updated:** 2025-03-28T19:05:00+00:00
- **Source:** https://model-context-protocol.com/servers/rember-flashcard-spaced-repetition-mcp-server

## Setup

## Setup

To run the Rember MCP server using `npx`, use the following command:

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

Make sure to replace `YOUR_REMBER_API_KEY` with your actual Rember api key, which you can find in your [Settings page](https://rember.com/settings/mcp-api). The API key should follow the format `rember_` followed by 32 random characters.

### Usage with Claude Desktop

Add the following to your `claude_desktop_config.json`. See [here](https://modelcontextprotocol.io/quickstart/user) for more details.

```json
{
  "mcpServers": {
    "rember": {
      "command": "npx",
      "args": ["-y", "@getrember/mcp", "--api-key=YOUR_REMBER_API_KEY"]
    }
  }
}
```

## Tools

## Available Tools

		1. create_flashcards (Create flashcards with AI, using notes from Claude and the Rember API.)
