nextrole mcp proxy for VS Code
io.github.bats64mgutsi/nextrole-mcp-proxy
MCP proxy server for NextRole CV tailoring services
client:VS Code
transport:stdio
runtime:npm
Install nextrole mcp proxy in VS Code
.vscode/mcp.json
{
"servers": {
"nextrole-mcp-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nextrole-mcp-proxy"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs