Back to MCP Servers
🔌

rember/rember-mcp

MITAPI key required

📇 🏠 - Create spaced repetition flashcards in to remember anything you learn in your chats.

TypeScriptProductivity

Install

npx -y -y @getrember/mcp

Required environment variables

YOUR_REMBER_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "rember-rember-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@getrember/mcp"
      ],
      "env": {
        "YOUR_REMBER_API_KEY": "<YOUR_YOUR_REMBER_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.