MCP.so
登录

Rember MCP

@rember

关于 Rember MCP

A Model Context Protocol (MCP) server for Rember.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

rember

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

1

Create flashcards with AI. This tool takes a list of notes from Claude, it calls the Rember API to generate a few flashcards for each note. After learning something new in your chat with Claude, you can ask "help me remember this" or "create a few flashcards" or "add to Rember".

概览

What is Rember MCP?

Rember MCP is a Model Context Protocol (MCP) server that lets Claude create flashcards directly through the Rember spaced repetition platform. It is designed for anyone who wants to turn notes, chat exchanges, or PDF content into flashcards for long-term memory retention.

How to use Rember MCP?

Run the server with npx -y @getrember/mcp --api-key=YOUR_REMBER_API_KEY after obtaining an API key from your Rember Settings page. For Claude Desktop, add the same command to claude_desktop_config.json under mcpServers. In a Claude conversation, trigger flashcard creation with phrases like "help me remember this" or "create a few flashcards."

Key features of Rember MCP

  • create_flashcards tool – generates AI‑powered flashcards from provided notes.
  • Works with conversation highlights and PDF content.
  • Integrates with Rember’s spaced repetition reviews.
  • Uses a single MCP tool with a detailed description to guide Claude’s behavior.
  • Provides feedback on created rembs (not flashcard count) via tool response.

Use cases of Rember MCP

  • Convert key points from a Claude chat into reviewable flashcards.
  • Turn chapter summaries from a PDF into spaced repetition cards.
  • Ask “help me remember this” after learning something new with Claude.
  • Add study material to Rember for ongoing recall practice.

FAQ from Rember MCP

What does the create_flashcards tool do?

It takes a list of notes from Claude, sends them to the Rember API, which then generates a few flashcards for each note. After calling the tool, Claude knows the number of created rembs, not the exact number of flashcards.

What dependencies or runtime are required?

You need Node.js (to run npx) and a valid Rember API key. The API key format is rember_ followed by 32 random characters, obtainable from the Rember Settings page.

Where does flashcard data live?

Data is processed by the Rember API. The MCP server itself does not store any data locally.

Are there any usage limits or known restrictions?

The Rember API has a monthly limit. When the limit is reached, Claude is instructed to inform the user about upgrading to Rember Pro, including a relevant URL.

What transport and authentication does the server use?

The server uses standard MCP stdio transport and authenticates via the provided API key passed as a command‑line argument.

评论

其他 分类下的更多 MCP 服务器