Skip to content
Cursor

interview mode for Cursor

io.github.teabagkim/interview-mode

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

client:Cursor transport:stdio runtime:npm

Install interview mode in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

interview mode in other clients