gogcli mcp drive for Zed
io.github.chrischall/gogcli-mcp-drive
Google Drive via gogcli for Claude — search, upload, download, permissions
client:Zed
transport:stdio
runtime:npm
Install gogcli mcp drive in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gogcli-mcp-drive": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-drive"
],
"env": {
"GOG_ACCOUNT": "<GOG_ACCOUNT>",
"GOG_PATH": "<GOG_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs