Skip to content
Zed

PDF Triage for Zed

io.github.vishalmeena2211/pdf-triage-mcp

Read local PDFs without uploading. Classifies first, flags untrustworthy text, bounds output.

client:Zed transport:stdio runtime:npm

Install PDF Triage 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": {
    "pdf-triage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-triage-mcp"
      ],
      "env": {
        "PDF_TRIAGE_LOG_LEVEL": "<PDF_TRIAGE_LOG_LEVEL>",
        "PDF_TRIAGE_MAX_CHARS": "<PDF_TRIAGE_MAX_CHARS>",
        "PDF_TRIAGE_MAX_FILE_BYTES": "<PDF_TRIAGE_MAX_FILE_BYTES>"
      }
    }
  }
}

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

PDF Triage in other clients