Skip to content
Gemini CLI

matchcv for Gemini CLI

io.github.18boys/matchcv

ATS resume checking, job description analysis, and AI resume tailoring powered by MatchCV.

client:Gemini CLI transport:stdio runtime:npm

Install matchcv in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "matchcv": {
      "command": "npx",
      "args": [
        "-y",
        "matchcv-mcp"
      ],
      "env": {
        "MATCHCV_BASE_URL": "<MATCHCV_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

matchcv in other clients