← Index

io.github.teabagkim/interview-mode

io.github.teabagkim/interview-mode·v0.5.1·Other
Quality Score
76
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "interview-mode": {
      "command": "npx",
      "args": [
        "-y",
        "claude-interview-mode"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "interview-mode": {
      "command": "npx",
      "args": [
        "-y",
        "claude-interview-mode"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y claude-interview-mode
§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other