Skip to content
VS Code

InterviewFlowAI for VS Code

com.interviewflowai/mcp

Query InterviewFlowAI candidate and interview data from MCP-compatible AI assistants.

client:VS Code transport:streamable-http

Install InterviewFlowAI in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://api.interviewflowai.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

InterviewFlowAI in other clients