hushdrop for VS Code
io.github.maxtechera/hushdrop
Open-source artifact sharing for AI agents: private, branded, zero-knowledge links.
client:VS Code
transport:stdio
runtime:npm
Install hushdrop in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "blob-read-write-token",
"description": "BLOB_READ_WRITE_TOKEN",
"password": true
}
],
"servers": {
"hushdrop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hushdrop-mcp"
],
"env": {
"BLOB_READ_WRITE_TOKEN": "${input:blob-read-write-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs