Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/gogcli-mcp-sheets

NPM · GOGCLI-MCP-SHEETS · SCANNED SEP 21

Extended Google Sheets for Claude via gogcli — auth + full Sheets support

Available components

+15 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 4 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/gogcli-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 13266 tokens (~176/item across 75 items; 75 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 75 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/gogcli-mcp-sheets server?

io.github.chrischall/gogcli-mcp-sheets runs locally as an npm package, launched with npx -y gogcli-mcp-sheets. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · gogcli-mcp-sheets

# add to Claude Code
claude mcp add chrischall-gogcli-mcp-sheets -- npx -y gogcli-mcp-sheets
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-sheets"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-gogcli-mcp-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-sheets"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-gogcli-mcp-sheets -- npx -y gogcli-mcp-sheets
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-gogcli-mcp-sheets": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gogcli-mcp-sheets"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-gogcli-mcp-sheets --command npx --arg -y --arg gogcli-mcp-sheets
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-gogcli-mcp-sheets:
    command: "npx"
    args: ["-y", "gogcli-mcp-sheets"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-gogcli-mcp-sheets": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gogcli-mcp-sheets"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-gogcli-mcp-sheets -t stdio -c npx -a -y gogcli-mcp-sheets
// mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-sheets"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +12
    • Stability: 0.93 → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: unverified → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 4.2.2 → 4.2.4 functional
    • Package version: 4.2.2 → 4.2.3 functional
  • 20 Sept 26 −11
    • Known CVEs: pass → unverified security
    • Stability: 0.90 → unverified security
    • Tool safety: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 4.0.1 → 4.2.2 functional
    • Package version: 4.0.1 → 4.2.0 functional
    • Package version: 4.0.1 → 4.1.0 functional
  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 3.0.0 → 4.0.1 functional
  • 17 Sept 26 +1
    • Stability: 0.80 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.85 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.30.0 → 3.0.0 functional
  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.29.1 → 2.30.0 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/gogcli-mcp-sheets@4.2.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/gogcli-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/gogcli-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904927267
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:cb20df881b969f8a88b608e8c11081900b41231771348ca1232b8e78bf19f4ce1b698c722bb801686e7ea438c94c35da1d3a9f7ad22faf78970ac51ef

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 75 exposed · ~13,266 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gog_sheets_named_ranges_delete ~90

Delete a named range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
nameOrIdstringyesNamed range name or ID to delete
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_named_ranges_get ~92

Get a named range by name or ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
nameOrIdstringyesNamed range name or ID
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_named_ranges_list ~77

List all named ranges in a spreadsheet.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_named_ranges_update ~117

Update a named range (change its name, range, or both).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
namestringNew name
nameOrIdstringyesCurrent named range name or ID
rangestringNew cell range
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_notes ~97

Read cell notes in a range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
rangestringyesRange to read notes from (e.g. Sheet1!A1:B5)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_number_format ~239

Set number format on a range (currency, percentage, date, etc.). When type is DATE or DATE_TIME, the target range is peeked first; if every numeric cell is a small integer (< 10000), a warning is prepended to the response because Sheets will render those as 1899/1900 day-serials. Pass force:true to skip the check.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
forcebooleanSkip the DATE/DATE_TIME small-integer warning check
patternstringCustom format pattern (e.g. "#,##0.00", "yyyy-mm-dd")
rangestringyesRange to format (e.g. Sheet1!A1:A10)
spreadsheetIdstringyesSpreadsheet ID
typestringFormat type: NUMBER, CURRENCY, PERCENT, DATE, DATE_TIME, TIME, SCIENTIFIC, etc.

No output schema declared.

No examples provided.

gog_sheets_read_format ~103

Read cell formatting for a range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
effectivebooleanReturn effective (computed) format including inherited styles
rangestringyesRange to read formatting from
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_rename_tab ~96

Rename a sheet tab.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
newNamestringyesNew tab name
oldNamestringyesCurrent tab name
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_reorder_tab ~132

Move a tab to a specific 0-based position. `tab` is the tab name or numeric sheetId; `to=0` is the leftmost slot.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
spreadsheetIdstringyesSpreadsheet ID
tabstringyesTarget tab by name or numeric sheet ID
tointegeryesDestination final 0-based tab index

No output schema declared.

No examples provided.

gog_sheets_resize_columns ~132

Resize column widths. Use --auto for auto-fit or --width for a specific pixel width.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
autobooleanAuto-fit column width to content
columnsstringyesColumn range (e.g. A:C, or Sheet1!A:C)
spreadsheetIdstringyesSpreadsheet ID
widthnumberWidth in pixels

No output schema declared.

No examples provided.

gog_sheets_resize_rows ~135

Resize row heights. Use --auto for auto-fit or --height for a specific pixel height.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
autobooleanAuto-fit row height to content
heightnumberHeight in pixels
rowsstringyesRow range (e.g. 1:10, or Sheet1!1:10)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_run ~147

Run any gog sheets subcommand not covered by the other tools. Run `gog sheets --help` for the full list of subcommands, or `gog sheets <subcommand> --help` for flags on a specific subcommand.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog sheets subcommand to run, e.g. "freeze", "add-tab", "rename-tab"

No output schema declared.

No examples provided.

gog_sheets_snapshot ~187

Make a backup copy of an entire spreadsheet — a one-call safety snapshot to take BEFORE a risky or destructive edit (table delete, bulk clear, large rewrite). Returns the new copy's file ID and URL; if the edit goes wrong, restore by copying the backup back or sharing it. The copy is independent — later edits to the original do not affect it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
namestringyesName for the backup copy, e.g. "Budget — backup before table delete"
parentstringDestination folder ID for the copy (default: same location as the original)
spreadsheetIdstringyesSpreadsheet ID to back up

No output schema declared.

No examples provided.

gog_sheets_table_append ~145

Append data rows to a table. valuesJson is a JSON 2D array of row values.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
inputstringValue input option (default: USER_ENTERED)
spreadsheetIdstringyesSpreadsheet ID
tableIdstringyesTable ID to append to
valuesJsonstringyesValues as JSON 2D array (e.g. [["a",1],["b",2]])

No output schema declared.

No examples provided.

gog_sheets_table_clear ~96

Clear all data rows from a table (keeps the table and its columns).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
spreadsheetIdstringyesSpreadsheet ID
tableIdstringyesTable ID to clear

No output schema declared.

No examples provided.

gog_sheets_table_create ~177

Create a Google Sheets table over a range. columnsJson is a JSON array of column definitions (each {columnName, columnType?}); valid columnType values: TEXT, DOUBLE, BOOLEAN, DATE, DROPDOWN. Inline JSON or @/path/to/file.json.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
columnsJsonstringyesColumn definitions as JSON array or @file (columnName + optional columnType)
namestringyesTable name
rangestringyesRange the table covers (e.g. Sheet1!A1:D20)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_table_delete ~287

Delete a Google Sheets table. WARNING: the underlying `gog`/Sheets behaviour is that deleting a table also DESTROYS every cell value in the table range — not just the table styling/columns. By default this tool prevents that data loss by emulating the Sheets UI's "Convert to range": it reads the table's cells (values AND formulas) first, deletes the table, then restores the data into the now-plain range. Formatting and banding are still lost; data-validation dropdowns are also not restored automatically, but you can snapshot them first with gog_sheets_validation_get and re-apply with gog_sheets_validation_set. Set keep_data=false to delete the table AND wipe its cell data (the raw destructive behaviour). To preserve everything, snapshot the whole spreadsheet first with gog_sheets_snapshot.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
keep_databooleanDefault true: preserve the table's cell values and formulas (read → delete → restore), emulating "Convert to range". Set false to delete the table AND its data.
spreadsheetIdstringyesSpreadsheet ID
tableIdstringyesTable ID to delete

No output schema declared.

No examples provided.

gog_sheets_table_get ~101

Get a single Google Sheets table (definition + columns) by its table ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
spreadsheetIdstringyesSpreadsheet ID
tableIdstringyesTable ID (from gog_sheets_table_list)

No output schema declared.

No examples provided.

gog_sheets_table_list ~83

List Google Sheets tables in a spreadsheet (tableId, name, range).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_unmerge ~99

Unmerge previously merged cells in a range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
rangestringyesRange to unmerge (e.g. Sheet1!A1:C3)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_update ~316

Write values to a Google Sheets range, overwriting existing content. Values may be strings, numbers, booleans, or null. Strings starting with "=" are interpreted as formulas (e.g. "=SUM(A1:A10)").

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
dry_runbooleanPreview the operation without modifying the sheet (gog --dry-run): reports the intended actions and exits without writing.
fail_if_not_emptybooleanSafety guard against silent overwrites: before writing, read the target range and refuse the write if any target cell already holds data. Costs one extra read. Anchor ranges (e.g. "Sheet1!A1") are ex…
fail_on_formula_errorbooleanAfter writing, read the range back and fail if any cell holds a Sheets formula error (#REF!, #DIV/0!, etc.).
rangestringyesTop-left cell or range in A1 notation, e.g. Sheet1!A1
spreadsheetIdstringyesSpreadsheet ID (from the URL)
valuesarrayyes2D array of values (rows of columns). Cells may be string/number/boolean/null; strings starting with "=" are formulas.

No output schema declared.

No examples provided.

gog_sheets_update_note ~144

Add, update, or clear a cell note. Pass an empty string to clear the note.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
notestringyesNote text (empty string clears the note). Large notes are written to a temp file and passed to gog as --note-file automatically.
rangestringyesCell or range to set the note on (e.g. Sheet1!A1)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_validation_clear ~120

Remove all data-validation rules from a range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
filteredRowsIncludedbooleanClear rules from filtered rows too; required for table-managed dropdown columns
rangestringyesRange to clear (e.g. Sheet1!A1:A10)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_validation_get ~113

Read the data-validation rules (dropdowns, checkboxes, number/date conditions, custom formulas) applied to a range.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
rangestringyesRange to inspect (e.g. Sheet1!A1:A10)
spreadsheetIdstringyesSpreadsheet ID

No output schema declared.

No examples provided.

gog_sheets_validation_set ~291

Set a data-validation rule on a range — dropdowns (ONE_OF_LIST / ONE_OF_RANGE), checkboxes (BOOLEAN), number/date conditions, or custom formulas. Overwrites any existing rule on the range. Repeat values for list entries or between-bounds.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
filteredRowsIncludedbooleanApply the rule to filtered rows too; required for table-managed dropdown columns
inputMessagestringMessage shown when the cell is selected
rangestringyesRange to apply the rule to (e.g. Sheet1!A1:A10)
showCustomUibooleanShow dropdown or checkbox UI where supported
spreadsheetIdstringyesSpreadsheet ID
strictbooleanReject invalid input instead of showing a warning
typestringyesCondition type, e.g. ONE_OF_LIST, ONE_OF_RANGE, NUMBER_BETWEEN, NUMBER_GREATER, DATE_AFTER, BOOLEAN, CUSTOM_FORMULA
valuesarrayCondition values (repeatable): list entries for ONE_OF_LIST, two bounds for *_BETWEEN, a range for ONE_OF_RANGE, a formula for CUSTOM_FORMULA

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/gogcli-mcp-sheets server?

io.github.chrischall/gogcli-mcp-sheets is listed in the public MCP registry as io.github.chrischall/gogcli-mcp-sheets. Extended Google Sheets for Claude via gogcli, auth + full Sheets support. This page covers its npm package (gogcli-mcp-sheets).

Is the io.github.chrischall/gogcli-mcp-sheets server safe to use?

io.github.chrischall/gogcli-mcp-sheets scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/gogcli-mcp-sheets server expose?

io.github.chrischall/gogcli-mcp-sheets exposes 75 tools: gog_auth_list, gog_auth_status, gog_auth_health, gog_auth_services, gog_auth_add, and 70 more. Their descriptions and schemas cost roughly 13,266 tokens of context every time the server is loaded.

Is the io.github.chrischall/gogcli-mcp-sheets server still maintained?

io.github.chrischall/gogcli-mcp-sheets is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/gogcli-mcp-sheets server under?

io.github.chrischall/gogcli-mcp-sheets declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.