Skip to content
Zed

doc.page PDF Extraction for Zed

page.doc/pdf-extract

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

client:Zed transport:streamable-http tools:7

Install doc.page PDF Extraction in Zed

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

{
  "context_servers": {
    "pdf-extract": {
      "url": "https://doc.page/api/mcp"
    }
  }
}

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

What Zed can do once it is connected

doc.page PDF Extraction in other clients