Skip to content
Zed

QuizFactory for Zed

io.github.evozim/quiz-factory

Algorithmic flashcard and quiz generator for targeted learning.

client:Zed transport:sse

Install QuizFactory in Zed

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

{
  "context_servers": {
    "quiz-factory": {
      "url": "https://quiz-factory-mcp.vercel.app/api/mcp"
    }
  }
}

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

QuizFactory in other clients