parseflow for Zed
io.github.libres-coder/parseflow
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP
client:Zed
transport:stdio
runtime:npm
Install parseflow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"parseflow": {
"command": "npx",
"args": [
"-y",
"parseflow-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs