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).
Run
npx -y @servation/memora-mcp
MCP client config
{
"mcpServers": {
"memora": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}