mcp for Zed
com.dropwarp/mcp
Send, list, and delete file transfers via DropWarp and get a shareable download link.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
],
"env": {
"DROPWARP_API_KEY": "<DROPWARP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs