The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Mdshare listing page.
Share markdown instantly. Free. No login required.
mdshare.live | API Docs | VS Code | Obsidian

Paste markdown at mdshare.live, start from a blank page, or upload via curl:
You get back an admin URL. Share it, or generate links with different permissions.
Say "upload my-notes.md to mdshare" in any MCP-compatible AI tool. The MCP server reads files directly from disk (no echoing through the conversation), so it's fast even for large markdown files. Setup guide
Wraps the MCP server above with a single skill — Claude reaches for it on phrases like "share this markdown". Setup guide · source
Listed on Cursor Directory — click "Add to Cursor" on the listing page. Same MCP server, same skill as the Claude Code plugin. Source
Listed in the Obsidian Community Plugins directory — install via Settings → Community Plugins → Browse → search "mdshare". Right-click any .md file in your vault to share it; admin URL is copied to your clipboard. Source
| Component | Technology |
|---|---|
| Framework | Astro 5 |
| UI | React (as Astro islands) |
| Hosting | Cloudflare Workers (native) |
| Database | Cloudflare D1 (SQLite) |
| Real-time | Cloudflare Durable Objects (WebSocket) |
| Editor | Tiptap + tiptap-markdown |
| Styling | Tailwind CSS v4 |
| CI/CD | GitHub Actions |
Issues and PRs welcome. Please open an issue first to discuss significant changes.
MIT