pxtree for Zed
io.github.alabsi91/pxtree
Measures how a webpage actually renders and prints it as compact text for AI coding agents.
client:Zed
transport:stdio
runtime:npm
Install pxtree in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pxtree": {
"command": "npx",
"args": [
"-y",
"pxtree"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs