Skip to content
Zed

Snapy.host for Zed

host.snapy/snapy

Publish text or HTML to Snapy.host and get a shareable link that shows who opened it.

client:Zed transport:stdio runtime:npm

Install Snapy.host in Zed

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

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

{
  "context_servers": {
    "snapy": {
      "command": "npx",
      "args": [
        "-y",
        "snapy-mcp"
      ],
      "env": {
        "SNAPY_API_KEY": "<SNAPY_API_KEY>"
      }
    }
  }
}

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

Snapy.host in other clients