Skip to content
Gemini CLI

mcp caf for Gemini CLI

io.github.codespar/mcp-caf

MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding

client:Gemini CLI transport:stdio runtime:npm

Install mcp caf 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": {
    "mcp-caf": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-caf"
      ],
      "env": {
        "CAF_API_KEY": "<CAF_API_KEY>",
        "CAF_API_BASE": "<CAF_API_BASE>"
      }
    }
  }
}

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

mcp caf in other clients