Skip to content
Zed

formacv for Zed

io.github.rocketech-software-development/formacv

FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.

client:Zed transport:stdio runtime:npm

Install formacv 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": {
    "formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ],
      "env": {
        "FORMACV_API_KEY": "<FORMACV_API_KEY>",
        "FORMACV_SERVER_URL": "<FORMACV_SERVER_URL>"
      }
    }
  }
}

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

formacv in other clients