Skip to content
Cursor

sharedoc mcp for Cursor

io.github.augustusw/sharedoc-mcp

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

client:Cursor transport:stdio runtime:npm

Install sharedoc mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sharedoc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sharedoc-mcp"
      ],
      "env": {
        "SHAREDOC_BACKEND": "<SHAREDOC_BACKEND>",
        "SHAREDOC_PUBLIC_URL": "<SHAREDOC_PUBLIC_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sharedoc mcp in other clients