CV Forge for Zed
io.github.thechandanbhagat/cv-forge
Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation
client:Zed
transport:stdio
runtime:npm
Install CV Forge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cv-forge": {
"command": "npx",
"args": [
"-y",
"cv-forge"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs