mcpbeat Sign in

Interview Mode MCP Server

by teabagkim Your server? Claim it
local only

Interview Mode runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 6 Feb 2026.

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

Installs per day peak 20 · avg 6 · -35% w/w
a month agotoday
33
Installs / week
npm · claude-interview-mode
0
Stars
0 open issues
6 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/index.ts:57
  "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Ind4YndrdGtnbWRxenJwbGptbXZqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzAzNTg0MDksImV4cCI6MjA4NTkzNDQwOX0.ZNYcZG85TyoZIxWMAW-r321V7rEG6FjZZaZ4q0ujZG8";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add interview-mode -- npx -y claude-interview-mode
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "interview-mode": {
      "args": [
        "-y",
        "claude-interview-mode"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.interview-mode]
command = "npx"
args = ["-y", "claude-interview-mode"]
.cursor/mcp.json
{
  "mcpServers": {
    "interview-mode": {
      "args": [
        "-y",
        "claude-interview-mode"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "interview-mode": {
      "args": [
        "-y",
        "claude-interview-mode"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Interview Mode

same job, measured the same way
declaude
by tenkenco

Rewrites Claude-English into plain English, preserving meaning, code and structure.

answering
Claude MCP Bridge
by hampsterx

Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.

116 installs/wk local only
Claude Replay
by constripacity

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

159 installs/wk local only
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

55 installs/wk local only
Oneda
by freeelatech

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

answering
Trabuco
by arianlopezc

Production Java Maven scaffolder (CLI + Claude Code plugin) for AI coding agents

local only
Threadmap MCP
by advertflair

Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.

47 installs/wk local only
Codex MCP Bridge
by hampsterx

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

55 installs/wk local only

Interview Mode — questions

Answers built from our own checks of this server.

Why is there no uptime for Interview Mode?
Interview Mode runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package claude-interview-mode was installed 33 times last week.
How do I connect Interview Mode?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls claude-interview-mode straight from npm; nothing to host, nothing to sign up for.
How many people use Interview Mode?
The npm package claude-interview-mode was installed 33 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Interview Mode open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.