CV Forge for VS Code
io.github.thechandanbhagat/cv-forge
Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation
client:VS Code
transport:stdio
runtime:npm
Install CV Forge in VS Code
.vscode/mcp.json
{
"servers": {
"cv-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cv-forge"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs