What is the Memora MCP server?
Flashcards, quizzes, and cloze cards with spaced repetition, as an inline MCP App.
How to install Memora
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp",
"-y",
"--stdio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp",
"-y",
"--stdio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp",
"-y",
"--stdio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"memora-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp",
"-y",
"--stdio"
]
}
}
}Claude Code
claude mcp add memora-mcp -- npx -y @servation/memora-mcp -y --stdioRelated MCP servers
Job Search MCP
Active
Claude searches real job boards, scores each job 0-100 for fit, and shows a ranked board.
0
View repository →TypeScript
MIT