Skip to content
Cursor

mdshare for Cursor

io.github.sathya-sankaran/mdshare

Free markdown sharing. Upload, get links, collaborate. No login needed.

client:Cursor transport:stdio runtime:npm

Install mdshare in Cursor

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

{
  "mcpServers": {
    "mdshare": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mdshare-mcp"
      ]
    }
  }
}

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

mdshare in other clients