Skip to content
Zed

hushdrop for Zed

io.github.maxtechera/hushdrop

Open-source artifact sharing for AI agents: private, branded, zero-knowledge links.

client:Zed transport:stdio runtime:npm

Install hushdrop 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": {
    "hushdrop": {
      "command": "npx",
      "args": [
        "-y",
        "hushdrop-mcp"
      ],
      "env": {
        "BLOB_READ_WRITE_TOKEN": "<BLOB_READ_WRITE_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

hushdrop in other clients