Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gogcli mcp in other clients