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