Sharedoc MCP

An MCP stdio server - works in Claude Code, Codex CLI, and any MCP client - that gives your agent 9 tools to publish, update, search, and revoke shareable documents. Two pluggable backends behind one interface: gist (zero setup, rides your logged-in gh CLI) and selfhost (SQLite on your machine, passwords, enforced expiry).

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 11 · #103 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Sharedoc MCP

before you install - you'll need

Set SHAREDOC_BACKEND, SHAREDOC_PUBLIC_URL, SHAREDOC_BIND_HOST before connecting.

Claude Code

claude mcp add augustusw-sharedoc-mcp -- npx -y sharedoc-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "augustusw-sharedoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sharedoc-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-25 - young repo, little track record yet

license MIT - declared in the repository

npm package sharedoc-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.AugustusW is GitHub-verified and matches the repo owner

03 · What Sharedoc MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.2.0 · 2026-08-11

[2.2.0] - 2026-08-11 · Added · update_shared_doc_content - replace an existing shared doc's entire content · (title, password, and expiry stay untouched). Idempotent by design: calling it twice · with the same content…

v2.1.2 · 2026-08-02

Search-engine noindex hardening. · Added · X-Robots-Tag: noindex, nofollow on every viewer response (SEC_HEADERS) - the existing robots meta only covers HTML; the header extends the no-indexing guarantee to every…

v2.1.1 · 2026-07-25

Viewer rendering round - table/dark-mode/element styling from a user report on mobile. · Fixed · GFM strikethrough (~~text~~) survives sanitization - <del> is not in · sanitize-html's default allowlist and was silently…

04 · Who maintains Sharedoc MCP

sharedoc-mcp is maintained by augustusw. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #103 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-11)
registry
io.github.AugustusW/sharedoc-mcp (active, first published 2026-08-03)
packages
npm:sharedoc-mcp

06 · Sharedoc MCP FAQ

What is Sharedoc MCP?

An MCP stdio server - works in Claude Code, Codex CLI, and any MCP client - that gives your agent 9 tools to publish, update, search, and revoke shareable documents. Two pluggable backends behind one interface: gist (zero setup, rides your logged-in gh CLI) and selfhost (SQLite on your machine, passwords, enforced expiry).

Is Sharedoc MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Sharedoc MCP?

Run `npx -y sharedoc-mcp`. The README documents 3 environment variables (SHAREDOC_BACKEND, SHAREDOC_PUBLIC_URL, SHAREDOC_BIND_HOST) to set first. Set SHAREDOC_BACKEND, SHAREDOC_PUBLIC_URL, SHAREDOC_BIND_HOST before connecting. You can also paste the ready-made client config above.

Does Sharedoc MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sharedoc MCP