Skip to content
Zed

GuruPDF for Zed

io.github.gurupdf/gurupdf-mcp

Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.

client:Zed transport:stdio runtime:npm

Install GuruPDF 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": {
    "gurupdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gurupdf-mcp"
      ],
      "env": {
        "GURUPDF_API_KEY": "<GURUPDF_API_KEY>",
        "GURUPDF_API_URL": "<GURUPDF_API_URL>"
      }
    }
  }
}

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

GuruPDF in other clients