Proton Drive CLI MCP for Zed
io.github.borealstack/proton-drive-cli-mcp
Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.
client:Zed
transport:stdio
runtime:npm
Install Proton Drive CLI MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"proton-drive-cli-mcp": {
"command": "npx",
"args": [
"-y",
"@borealstack/proton-drive-cli-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs