Loading...
npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY{
"mcpServers": {
"rember": {
"command": "npx",
"args": ["-y", "@getrember/mcp", "--api-key=YOUR_REMBER_API_KEY"]
}
}
}create_flashcardsCreates flashcards in Rember from notes provided by Claude using the Rember API.
Creates content in a user's Rember account, but is non-destructive.
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.