TruePath PDF for Zed
io.github.joytruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
client:Zed
transport:stdio
runtime:npm
Install TruePath PDF in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs