Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints.
claude mcp add interview-mode -- npx -y claude-interview-mode
claude_desktop_config.json
{
"mcpServers": {
"interview-mode": {
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"interview-mode": {
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"interview-mode": {
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"interview-mode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"interview-mode": {
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.teabagkim--interview-mode/reviews or the review_server meta-tool.
POST /mcp