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