Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

pagebolt in other clients