Skip to content
Zed

PDFTools for Zed

io.github.therealmrfunguy/pdf-tools

Extract text and tables from PDFs, merge documents, and get metadata.

client:Zed transport:sse

Install PDFTools in Zed

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

{
  "context_servers": {
    "pdf-tools": {
      "url": "https://pdf.rjctdlabs.xyz/sse"
    }
  }
}

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

PDFTools in other clients