careermax for VS Code
io.github.rahulphenomenon/careermax
All the tools you need to land your next job
client:VS Code
transport:stdio
runtime:npm
Install careermax in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "careermax-api-key",
"description": "CAREERMAX_API_KEY",
"password": true
}
],
"servers": {
"careermax": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@careermax/agent-toolkit"
],
"env": {
"CAREERMAX_API_KEY": "${input:careermax-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs