Skip to content
Cursor

hushdrop for Cursor

io.github.maxtechera/hushdrop

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

client:Cursor transport:stdio runtime:npm

Install hushdrop in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "hushdrop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hushdrop-mcp"
      ],
      "env": {
        "BLOB_READ_WRITE_TOKEN": "<BLOB_READ_WRITE_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hushdrop in other clients