formacv for Gemini CLI
io.github.rocketech-software-development/formacv
FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.
client:Gemini CLI
transport:stdio
runtime:npm
Install formacv in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"formacv": {
"command": "npx",
"args": [
"-y",
"@formacv/mcp"
],
"env": {
"FORMACV_API_KEY": "<FORMACV_API_KEY>",
"FORMACV_SERVER_URL": "<FORMACV_SERVER_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs