Skip to content
VS Code

interview mode for VS Code

io.github.teabagkim/interview-mode

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

client:VS Code transport:stdio runtime:npm

Install interview mode in VS Code

.vscode/mcp.json

{
  "servers": {
    "interview-mode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-interview-mode"
      ]
    }
  }
}

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

interview mode in other clients