Skip to content
Cline

formacv for Cline

io.github.rocketech-software-development/formacv

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

client:Cline transport:stdio runtime:npm

Install formacv in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ],
      "env": {
        "FORMACV_API_KEY": "<FORMACV_API_KEY>",
        "FORMACV_SERVER_URL": "<FORMACV_SERVER_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

formacv in other clients