← Index

io.github.Rocketech-Software-Development/formacv

io.github.Rocketech-Software-Development/formacv·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ],
      "env": {
        "FORMACV_API_KEY": "<your-formacv_api_key>",
        "FORMACV_SERVER_URL": "<formacv_server_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ],
      "env": {
        "FORMACV_API_KEY": "<your-formacv_api_key>",
        "FORMACV_SERVER_URL": "<formacv_server_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @formacv/mcp
§02  Environment variables
FORMACV_API_KEY
requiredsecret

Bearer credential issued by FormaCV after onboarding. Use 'demo' against demo URLs.

FORMACV_SERVER_URL
required

HTTPS origin of your isolated FormaCV deployment (e.g. https://demo.formacv.ai for demo mode).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other