Drop to CDN for Zed
io.github.nexus-jpf/droptocdn
Upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.
client:Zed
transport:stdio
runtime:npm
Install Drop to CDN in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"droptocdn": {
"command": "npx",
"args": [
"-y",
"mcp-server-droptocdn"
],
"env": {
"DROPTOCDN_API_KEY": "<DROPTOCDN_API_KEY>",
"DROPTOCDN_API_URL": "<DROPTOCDN_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs