space ocr for Gemini CLI
io.github.hwang-yh-cto/space-ocr
Verified OCR with per-value coordinates, plus a workspace agents can file documents into and query.
client:Gemini CLI
transport:streamable-http
Install space ocr in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"space-ocr": {
"httpUrl": "https://mcp.space-ocr.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs