Skip to content
Zed

ShipPage for Zed

io.github.jieshu666/shippage

Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use.

client:Zed transport:stdio runtime:npm

Install ShipPage in Zed

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

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

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

ShipPage in other clients