HomeOther › sharedoc-mcp

sharedoc-mcp

Share agent-generated Markdown as links — GitHub gists today, your own server tomorrow.

TypeScript
★ 12 stars Last pushed 2026-09-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.4)

npx -y sharedoc-mcp@2.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "sharedoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sharedoc-mcp@2.1.4"
      ],
      "env": {
        "SHAREDOC_BACKEND": "<YOUR_VALUE>",
        "SHAREDOC_PUBLIC_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHAREDOC_BACKEND — Storage backend: 'gist' (secret gists via logged-in gh CLI, default) or 'selfhost' (local SQLite + built-in viewer)
  • SHAREDOC_PUBLIC_URL — URL prefix used in share links (selfhost) — set to your tunnel or reverse-proxy hostname

Related servers

Data from the Official MCP Registry