Back to MCP Directory
Rember
Model Context Protocol moderate risk

Rember

Rember MCP allows Claude to create flashcards from chats and PDFs using the Rember API for spaced repetition learning.

Connections & Capabilities

Connects To

GitHub

Capabilities

write

Quickstart

Install

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

Config

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

Exposed MCP Tools (1)

moderate
create_flashcards

Creates flashcards in Rember from notes provided by Claude using the Rember API.

Creates content in a user's Rember account, but is non-destructive.

Safety Assessment

The Rember MCP server is relatively safe as it primarily creates flashcards. The main risk is potential abuse through API key compromise or excessive flashcard creation. Ensure the API key is securely managed and monitor usage patterns.

  • Requires an API key for authentication.
  • Limited to creating flashcards via the Rember API.
  • No direct file system access.
  • No arbitrary code execution.
  • API key compromise could lead to unauthorized flashcard creation.
  • Potential for abuse if Claude is tricked into creating excessive flashcards.
  • Relies on the security of the Rember API.
  • No explicit rate limiting mentioned.