Sharedoc MCP
UnclaimedShare agent-generated Markdown as links — GitHub gists or self-hosted, via MCP
Install
claude mcp add sharedoc --scope user -- npx -y sharedoc-mcp@^2Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
append_to_shared_doc
append Markdown (not idempotent — a retry appends twice)
create_shared_doc
title + Markdown (+ optional password / expiresinhours / author) → share URL
delete_shared_doc
kill the link AND erase the record — irreversible; requires confirm: true (agents should get explicit user approval first)
extend_shared_doc
extend expiry by N hours
reset_shared_doc_password
set / change / remove (null) the password (selfhost only)
revoke_shared_doc
kill the link, keep the record (see backend table for semantics)
search_shared_docs
no args = list newest links; title substring, body-text search (selfhost: full content; gist: opening excerpt), status filter, offset paging (hasMore in the response), view stats on selfhost
update_shared_doc_content
replace the entire content (title/password/expiry unchanged) — idempotent, safe to retry
update_shared_doc_title
rename