Sign In

hushdrop-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hushdrop-mcp

Open-source artifact sharing — publish HTML/Markdown/files as branded, password-protected, zero-knowledge links on your own domain, from any AI agent. CLI + MCP server. The open-source, self-hosted Stacktree alternative.

latest
Source
npmnpm
Version
0.3.3
Version published
Maintainers
1
Created
Source

hushdrop-mcp

Open-source artifact sharing — publish HTML/Markdown/files as branded, password-protected, zero-knowledge links on your own domain, from any AI agent. CLI + MCP server. The open-source, self-hosted Stacktree alternative.

→ Site & docs: hushdrop.dev · Source: github.com/maxtechera/hushdrop

Install

npx hushdrop-install            # wire the MCP into Claude Code / Codex / Cursor / OpenCode
# or one-line installer:
curl -fsSL https://hushdrop.dev/install.sh | sh

Use

hush report.html             # just works — anonymous managed link, no setup or account (auto-expires 24h)
hush login                   # free account → persistent links on your own handle
hush deploy --domain you.com # self-host → your own domain (after a Blob token)
drop notes.md                # markdown → branded HTML
drop site.zip                # multi-file static site
hush list | rm <slug> | gc   # manage drops

MCP

claude mcp add hushdrop -- npx -y hushdrop-mcp

Tools: publish_html, publish_file, update_site, list_sites, delete_site.

How it works

Branding + AES-256 encryption happen client-side (StatiCrypt) before upload to Vercel Blob; an edge proxy serves it from your domain with the right headers. The server only ever stores ciphertext.

MIT © Max Techera

Keywords

mcp

FAQs

Package last updated on 23 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts