Skip to content
Gemini CLI

mcp onfido for Gemini CLI

io.github.codespar/mcp-onfido

MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows

client:Gemini CLI transport:stdio runtime:npm

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

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

mcp onfido in other clients