Memora
Rank #26,181io.github.Servation/memora-mcp
Flashcards, quizzes, and cloze cards with spaced repetition, as an inline MCP App.
Memora is a Model Context Protocol (MCP) server published by servation. It ranks #26,181 of 115,591 servers tracked on MCP Toplist. Memora is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 89,410 of 115,591 servers on MCP Toplist.
Use Memora
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memora-mcp -- npx -y @servation/memora-mcp[mcp_servers.memora-mcp]
command = "npx"
args = ["-y", "@servation/memora-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memora-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memora-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/memora-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Servation%2Fmemora-mcp)<a href="https://mcptoplist.com/server/io.github.Servation%2Fmemora-mcp"><img src="https://mcptoplist.com/badge/io.github.Servation%2Fmemora-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
servation
Other servers by servation
View all servation servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains Memora?
- Memora is maintained by servation, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Memora listed on the Official MCP Registry?
- Yes — Memora is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Memora have?
- MCP Toplist tracks 1 version of Memora, most recently published on Jun 30, 2026.
- Where can I find the source code for Memora?
- The source code for Memora is hosted at github.com/servation/memora-mcp.