WebPeel for Zed
io.github.jakeliume/webpeel
Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.
client:Zed
transport:stdio
runtime:npm
Install WebPeel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs