PodPDF for Zed
io.github.mohzameer/podpdf
Turn HTML, Markdown, URLs and saved templates into PDFs with the PodPDF API.
client:Zed
transport:stdio
runtime:npm
Install PodPDF in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"podpdf": {
"command": "npx",
"args": [
"-y",
"podpdf-mcp"
],
"env": {
"PODPDF_API_KEY": "<PODPDF_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs