Skip to content
Gemini CLI

ClicheFactory Document Intelligence for Gemini CLI

io.github.clichefactory/clichefactory-mcp

Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.

client:Gemini CLI transport:stdio runtime:pypi

Install ClicheFactory Document Intelligence 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": {
    "clichefactory-mcp": {
      "command": "uvx",
      "args": [
        "clichefactory-mcp"
      ],
      "env": {
        "CLICHEFACTORY_API_KEY": "<CLICHEFACTORY_API_KEY>",
        "CLICHEFACTORY_API_URL": "<CLICHEFACTORY_API_URL>",
        "LLM_MODEL_NAME": "<LLM_MODEL_NAME>",
        "LLM_API_KEY": "<LLM_API_KEY>",
        "OCR_MODEL_NAME": "<OCR_MODEL_NAME>",
        "OCR_API_KEY": "<OCR_API_KEY>"
      }
    }
  }
}

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

ClicheFactory Document Intelligence in other clients