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