GitDeployHub

docling-project/docling-mcp

github.com/docling-project/docling-mcp ↗
Python
13 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/docling-project/docling-mcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/docling-project/docling-mcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/docling-project/docling-mcp
Or deploy to a different host
← Try another repo