.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DOCLING_SERVICE_URL
Required for remote mode
DOCLING_SERVICE_API_KEY
secret
DOCLING_CONVERSION_MODE
Conversion Mode: "remote" or "local"
DOCLING_SERVICE_TIMEOUT
Service Client Settings
DOCLING_SERVICE_MAX_RETRIES
DOCLING_FALLBACK_TO_LOCAL
DOCLING_MCP_KEEP_IMAGES
Conversion Settings
DOCLING_MCP_IMAGES_SCALE
DOCLING_MCP_DO_OCR
DOCLING_MCP_DO_TABLE_STRUCTURE
DOCLING_MCP_LI_OLLAMA_MODEL
DOCLING_MCP_LI_EMBEDDING_MODEL
DOCLING_MCP_LLS_URL
brew install flyctl && fly launch --from https://github.com/docling-project/docling-mcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/docling-project/docling-mcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/docling-project/docling-mcp