Skip to content
Windsurf

exam sheet for Windsurf

io.github.giuliobmb/exam-sheet

Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.

client:Windsurf transport:stdio runtime:npm

Install exam sheet in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "exam-sheet": {
      "command": "npx",
      "args": [
        "-y",
        "@giuliobmb/exam-sheet-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

exam sheet in other clients