session-quiz-mcp

Riftar/session-quiz-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that turns a finished ZCode coding session into an interactive teaching quiz (planning/adjustment/implementation facts -> multiple-choice quiz with teach-on-wrong).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "session-quiz-mcp": {
      "command": "uvx",
      "args": [
        "session-quiz-mcp"
      ]
    }
  }
}

Or install with pip: pip install session-quiz-mcp

README Excerpt

An AI coding session isn't "done" when the code works — it's done when you can prove you understood it. **session-quiz-mcp** turns any finished coding session into an interactive teaching quiz, then stamps your comprehension with an LGTM. Works with Claude Code, Codex, OpenCode, Gemini CLI, and ZCode. No key, no network, no rubber-stamping.

Tools (4)

ApprovedLGTMprovidertarget