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
{
"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