Skip to content
Gemini CLI

Parsel for Gemini CLI

io.github.ahutto87/parsel

Parse logistics PDFs (Bills of Lading, customs declarations, invoices) into DCSA JSON.

client:Gemini CLI transport:streamable-http

Install Parsel in Gemini CLI

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

{
  "mcpServers": {
    "parsel": {
      "httpUrl": "https://tt6a1STd9c1tiDzXW.apify.actor/mcp"
    }
  }
}

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

Parsel in other clients