Skip to content
Zed

pdfmux for Zed

io.github.nameetp/pdfmux

PDF-to-Markdown extraction that audits its own output and flags any extractor's silent drops.

client:Zed transport:stdio runtime:pypi

Install pdfmux in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pdfmux in other clients