1. Conduid
  2. Files
  3. io.github.sathya-sankaran/mdshare
MCP server · Files

io.github.sathya-sankaran/mdshare

Free markdown sharing. Upload, get links, collaborate. No login needed.

Unclaimed files
37Low

Scored 5 months ago · breakdown

About io.github.sathya-sankaran/mdshare

io.github.sathya-sankaran/mdshare is an MCP server in the Files category: free markdown sharing. Upload, get links, collaborate. No login needed. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-sathya-sankaran-mdshare -- npx -y mdshare-mcp
npx
npx -y mdshare-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.sathya-sankaran/mdshare

Powered by Claude · Grounded in docs

I know everything about io.github.sathya-sankaran/mdshare. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mdshare

Share markdown instantly. Free. No login required.

MCP GitHub last commit Runs on Cloudflare Workers

mdshare.live | API Docs | VS Code | Obsidian

mdshare editor

Quick Start

Paste markdown at mdshare.live, start from a blank page, or upload via curl:

curl -X POST https://mdshare.live/api/documents \
  -H "Content-Type: text/markdown" \
  --data-binary @your-file.md

You get back an admin URL. Share it, or generate links with different permissions.

Full API documentation

Features

  • Four permission levels -- Admin, Edit, Comment, View -- each with its own shareable link
  • WYSIWYG editor -- formatting toolbar, tables, code blocks, keyboard shortcuts
  • Inline comments -- anchor comments to specific text, reply, and resolve
  • Real-time sync -- WebSocket collaboration, live presence indicators
  • Link management -- revoke links instantly, optional expiry, 50-link cap per document
  • VS Code & Obsidian plugins -- share markdown directly from your editor
  • API & MCP -- REST API + MCP server for Claude, ChatGPT, Gemini, Cursor, and Windsurf

MCP Server

npx mdshare-mcp

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

Claude Code Plugin

/plugin marketplace add urbanmorph/mdshare
/plugin install mdshare@urbanmorph

Wraps the MCP server above with a single skill — Claude reaches for it on phrases like "share this markdown". Setup guide · source

Tech Stack

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

Local Development

git clone https://github.com/urbanmorph/mdshare.git
cd mdshare
npm install

# Create a .dev.vars file with your Cloudflare API token
echo "CLOUDFLARE_API_TOKEN=your_token" > .dev.vars

# Apply local D1 migrations
npx wrangler d1 migrations apply mdshare-db --local

# Start dev server
npm run dev -- -p 3737

Contributing

Issues and PRs welcome. Please open an issue first to discuss significant changes.

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About io.github.sathya-sankaran/mdshare

How do I install io.github.sathya-sankaran/mdshare?

Run claude mcp add io-github-sathya-sankaran-mdshare -- npx -y mdshare-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.sathya-sankaran/mdshare safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.sathya-sankaran/mdshare still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.