Skip to content
Zed

Memora for Zed

io.github.servation/memora-mcp

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

client:Zed transport:stdio runtime:npm

Install Memora in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Memora in other clients