Docs MD — Markdown Share
com.docs-md/markdown-shareShare markdown as public links from your AI assistant — expiring or permanent, no API key.
Tools · 3
Share a markdown file and get a public URL. Returns an edit token that can be used later to update or delete the share.
Replace the content of an existing share using its id and edit token.
Permanently delete a share using its id and edit token.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"docs_md_—_markdown_share": {
"url": "https://docs-md.com/api/mcp",
"transport": "streamable-http"
}
}
}