Skip to content
Zed

mdshare for Zed

io.github.sathya-sankaran/mdshare

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

client:Zed transport:stdio runtime:npm

Install mdshare in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mdshare": {
      "command": "npx",
      "args": [
        "-y",
        "mdshare-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mdshare in other clients