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.
More from coding & agent
- Why vector databases slow AI agents down after constant writes — PrajwalTomar_ · 2026-07-21
- A 13-minute GitHub Copilot video digs into prompt caching — lee_stott · 2026-07-21
- Codex turns out 123 screensavers in one playful batch — intellectronica · 2026-07-21
- Autoresearch proposes packaging ML runs as studies with questions, analysis, and code diffs — morgymcg · 2026-07-21
- CHAP defines approvals, handoffs, and audit logs for human-agent workflows — DeliveryTechnical199 · 2026-07-21
- The author says Codex reached 20x and is now debugging spec decoding on a hybrid parallel setup — TheZachMueller · 2026-07-21