
mdshare — Free Markdown Sharing with MCP
@urbanmorph
mdshare — Free Markdown Sharing with MCP について
Share and collaborate on local markdown files via shareable links
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"mdshare-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mdshare?
mdshare is a free markdown sharing service with an MCP (Model Context Protocol) server that allows AI tools like Claude, ChatGPT, Gemini, Cursor, and Windsurf to upload markdown files directly from disk without echoing through the conversation. It is designed for developers and writers who want to share markdown instantly with no login required.
How to use mdshare?
Run npx mdshare-mcp in any MCP-compatible AI tool, then say "upload my-notes.md to mdshare". The MCP server reads files directly from disk. You can also use the REST API: curl -X POST https://mdshare.live/api/documents -H "Content-Type: text/markdown" --data-binary @your-file.md to get an admin URL. Plugins are available for VS Code, Obsidian, Claude Code, and Cursor.
Key features of mdshare
- Four permission levels (Admin, Edit, Comment, View) with shareable links
- WYSIWYG editor with tables, code blocks, and keyboard shortcuts
- Inline comments anchored to specific text with reply and resolve
- Real-time sync via WebSocket with live presence indicators
- Link management with instant revocation, optional expiry, and 50-link cap
- Plugins for VS Code, Obsidian, Claude Code, and Cursor
Use cases of mdshare
- Share markdown notes or documentation with different permission levels
- Collaborate in real-time on markdown documents with inline comments
- Upload markdown files from AI tools like Claude or ChatGPT via MCP
- Embed markdown sharing directly from VS Code or Obsidian editors
FAQ from mdshare
What dependencies or runtime does mdshare require?
The MCP server runs on Node.js and is invoked via npx. The web app runs on Cloudflare Workers with D1 (SQLite) and Durable Objects for real-time sync.
How does mdshare compare to other markdown sharing services?
mdshare is free, requires no login, and offers four permission levels, real-time collaboration, and dedicated MCP support for AI tools.
Where are my documents stored?
Documents are stored in Cloudflare D1 (SQLite) on Cloudflare Workers infrastructure.
What are the known limits of mdshare?
Documents have a 50-link cap per document. The service is free and hosted on Cloudflare.
Does mdshare support authentication or private sharing?
No login is required. Access control is managed through permission-specific links (Admin, Edit, Comment, View).
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント