pagebolt for Zed
io.github.custodia-admin/pagebolt
Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.
client:Zed
transport:stdio
runtime:npm
Install pagebolt in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pagebolt": {
"command": "npx",
"args": [
"-y",
"pagebolt-mcp"
],
"env": {
"PAGEBOLT_API_KEY": "<PAGEBOLT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs