Free markdown sharing and collaboration. Upload a markdown, get shareable links with view/edit/comment permissions. WYSIWYG editor, inline comments, no login required. API + MCP server for AI integration.
Overview
mdshare
Free markdown sharing. Upload, get a link, collaborate. No login needed.
Tools
- upload_markdown — Upload content, get admin URL
- read_document — Read a document by ID + key
- update_document — Update content
- generate_link — Create view/edit/comment link
- list_comments — See all comments and replies
- post_comment — Add a comment anchored to text
- resolve_comment — Resolve or unresolve a comment
- get_versions — See edit history
Install
npx mdshare-mcp
Links
Server Config
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"mdshare-mcp"
]
}
}
}