Server Config
{
"mcpServers": {
"AgentInterviews": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.agentinterviews.com/mcp/",
"--header",
"Authorization:${API_KEY}"
],
"env": {
"API_KEY": "Api-Key fcNyqP1t.LXn3V0E1D6MzSnUnvexL0u8dBqtnvphp"
}
}
}
}