{"type":"mcp_server","name":"rember-mcp","description":"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","category":"AI","language":"TypeScript","stars":61,"forks":1,"owner":"rember","github_url":"https://github.com/rember/rember-mcp","homepage":"https://rember.com","setup":"## Setup\n\nTo run the Rember MCP server using `npx`, use the following command:\n\n```\nnpx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY\n```\n\nMake 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.\n\n### Usage with Claude Desktop\n\nAdd the following to your `claude_desktop_config.json`. See [here](https://modelcontextprotocol.io/quickstart/user) for more details.\n\n```json\n{\n  \"mcpServers\": {\n    \"rember\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@getrember/mcp\", \"--api-key=YOUR_REMBER_API_KEY\"]\n    }\n  }\n}\n```","tools":"## Available Tools\n\n\t\t1. create_flashcards (Create flashcards with AI, using notes from Claude and the Rember API.)","faq":null,"created_at":"2025-02-28T10:46:02+00:00","updated_at":"2025-03-28T19:05:00+00:00","source_url":"https://model-context-protocol.com/servers/rember-flashcard-spaced-repetition-mcp-server","related_articles":[]}