Skip to content
Gemini CLI

sheetspec for Gemini CLI

io.github.helloo1568/sheetspec

Contract testing and quality gates for spreadsheets created by AI agents.

client:Gemini CLI transport:stdio runtime:pypi

Install sheetspec in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "sheetspec": {
      "command": "uvx",
      "args": [
        "sheetspec"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

sheetspec in other clients