mindee for Gemini CLI
io.usefulapi/mindee
Turn PDFs and images into typed fields — invoices, receipts, IDs and custom models — via Mindee OCR.
client:Gemini CLI
transport:streamable-http
tools:4
Install mindee in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mindee": {
"httpUrl": "https://mindee.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs