Skip to content
VS Code

QuizFactory for VS Code

io.github.evozim/quiz-factory

Algorithmic flashcard and quiz generator for targeted learning.

client:VS Code transport:sse

Install QuizFactory in VS Code

.vscode/mcp.json

{
  "servers": {
    "quiz-factory": {
      "type": "sse",
      "url": "https://quiz-factory-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

QuizFactory in other clients