{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.chrischall/gogcli-mcp",
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
  "repository": {
    "url": "https://github.com/chrischall/gogcli-mcp",
    "source": "github",
    "subfolder": "packages/gogcli-mcp"
  },
  "version": "2.18.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gogcli-mcp",
      "version": "2.18.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "GOG_ACCOUNT",
          "description": "Email address of the Google account to use (matches gogcli auth)",
          "isRequired": false,
          "format": "string"
        },
        {
          "name": "GOG_PATH",
          "description": "Override path to the gogcli binary (auto-discovered otherwise)",
          "isRequired": false,
          "format": "string"
        }
      ]
    }
  ]
}
