Skip to content
Zed

resume optimizer for Zed

io.github.vpatser1/resume-optimizer

Resume analysis, ATS compatibility checks, bullet improvements, job-tailored optimization

client:Zed transport:stdio runtime:npm

Install resume optimizer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "resume-optimizer": {
      "command": "npx",
      "args": [
        "-y",
        "resume-optimizer"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

resume optimizer in other clients