Odel
Memora

Memora

Local
@servationTypeScriptMITUpdated 3w ago

Flashcards, quizzes, and cloze cards with spaced repetition, as an inline MCP App.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@servation/memora-mcpv0.1.1

Run

npx -y @servation/memora-mcp

MCP client config

{
  "mcpServers": {
    "memora": {
      "command": "npx",
      "args": [
        "-y",
        "@servation/memora-mcp"
      ]
    }
  }
}