Skip to content
Windsurf

interview mode for Windsurf

io.github.teabagkim/interview-mode

Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints.

client:Windsurf transport:stdio runtime:npm

Install interview mode in Windsurf

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

{
  "mcpServers": {
    "interview-mode": {
      "command": "npx",
      "args": [
        "-y",
        "claude-interview-mode"
      ]
    }
  }
}

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

interview mode in other clients