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
{
"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