Generate Shareable Links for Agent Files in One Click

TemptationStreet · reddit · 2026-07-13

An MCP server named **reshare** is designed to publish agent-generated files directly into accessible short links. The core pain point it solves: when tools like Claude, Claude Code, Codex, or Cursor generate HTML reports, dashboards, spreadsheets, or presentations, the output usually just sits on a local disk or gets shared as a download via Slack/email, lacking a ready-to-use URL. reshare integrates the "upload and share" step directly into the agent's output workflow. It returns a short link accessible in any browser without requiring an account, offering a free quota of 50MB per file. Features provided: - `create_upload`, `update_upload`, `start_upload` - `list_uploads`, `get_share_link`, `list_versions`, `restore` - `rename`, toggle password protection, set preview images The author deliberately excluded a delete tool to prevent agents from accidentally deleting shared links. Local file uploads are handled via a short-lived ingest URL and a returned curl command, allowing the agent to upload directly from its shell without passing file bytes through the chat.

Original post →

More from coding & agent

coding & agent channel →