docalyze for Zed
io.github.lunarperovskite/docalyze
Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.
client:Zed
transport:stdio
runtime:pypi
Install docalyze in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"docalyze": {
"command": "uvx",
"args": [
"docalyze-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs