interview mode for Zed
io.github.teabagkim/interview-mode
Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints.
client:Zed
transport:stdio
runtime:npm
Install interview mode in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"interview-mode": {
"command": "npx",
"args": [
"-y",
"claude-interview-mode"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs