1 个 Skill
# mdshare — markdown sharing via MCP
mdshare is a free, no-login markdown sharing service at mdshare.live. This skill orchestrates 14 MCP tools that let Cursor upload, read, edit, comment on, and version markdown documents.
## When to use
- The user has a markdown file or just-generated markdown content they want to share
- The user wants link-based collaboration (comments, edit permissions, real-time sync)
- The user mentions mdshare specifically
## When NOT to use
- The user wants Cursor to read or edit local markdown files (use the standard file tools)
- The user wants to configure Cursor with markdown context (`.cursorrules`, `.cursor/commands/`, `AGENTS.md` territory — different concept)
- The content is sensitive — share links are the only auth; warn the user instead
## Core conventions
- **All arguments are literal strings.** Shell substitution like `$(cat file)` does NOT work.
- **For files on disk, prefer `file_path` / `output_path`.** Inline content over ~1KB burns tokens unnecessarily.
- **`key` is OPTIONAL on tools addressed by `document_id`** — admin keys are looked up automatically from the local credential store.
- **Never surface admin URLs to the user** unless they explicitly ask. `upload_markdown` returns only `share_url` by design.
- **For small edits, prefer `patch_document` over `update_document`** — keeps version history granular.
## Tool reference
### Sharing a new document
- `upload_markdown(file_path)` — preferred; pass disk path so content never enters conversation context
- `upload_markdown(content)` — fallback for inline content under ~1KB
Returns `share_url`. Admin URL is stored locally; surface only if explicitly asked via `get_admin_url(document_id)`.
### Editing an existing document
- `patch_document(document_id, operations)` — preferred for small edits (find/replace operations)
- `update_document(document_id, file_path)` — for whole-doc rewrites; pass file_path not content
### Generating links with specific permissions
- `generate_link(document_id, permission)` — `permission` is one of `admin`, `edit`, `comment`, `view`
- `revoke_link(token)` — invalidate a specific link
- `list_links(document_id)` — see all active links
### Comments
- `post_comment(document_id, content, anchor_text?)` — `anchor_text` creates an inline-anchored comment
- `list_comments(document_id)` — read the thread
- `resolve_comment(comment_id)` — mark resolved (drops the in-document highlight)
### Discovery
- `list_my_documents()` — all documents uploaded via this MCP server
- `register_document(admin_url)` — import an admin URL from elsewhere
- `read_document(document_id, output_path?)` — fetch content; pass `output_path` for documents over 10KB
### Versions
- `get_versions(document_id)` — see edit history
## Caveats
- Documents expire after 90 days
- Anyone with a share link can access at the link's permission tier — don't paste sensitive content
- Free service with no accounts; not a Google Docs replacement相关插件
Airtable↓ 27
面向 AI agent 的数据库与运营层,将结构化数据与表格、看板、日历、画廊、时间线等可视化协作界面结合,并支持与 Jira、Salesforce、Google Drive 等系统同步。Easy Notion MCP↓ 12
面向 Cursor 的 Notion MCP 插件。Astravue↓ 4
项目管理工具,通过自然语言管理空间、项目、任务、子任务、清单、评论、工时追踪与团队协作。Vaiz↓ 0
用于 Vaiz 的 Cursor 插件,让 AI 助手直接从 Vaiz 空间获取任务和文档,实现上下文感知编码。Mila↓ 0
Mila MCP——通过 AI 创建、读取和更新文档、电子表格和演示文稿,让你的 AI 助手连接到完整的办公套件,提供涵盖文档、表格和幻灯片的 23 个工具。Agent Skills↓ 329
Tech Leads Club 精选 Agent Skills 库——涵盖交付、安全、架构等实战 playbook。Power BI Modeling MCP Server↓ 279
Power BI Modeling MCP:为 AI Agent 提供语义建模能力,支持自然语言执行建模变更。Brilliant Directories↓ 199
Brilliant Directories 官方 MCP 服务器,管理会员、文章、线索、评论等。