Skip to content
Zed

sheetspec for Zed

io.github.helloo1568/sheetspec

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

client:Zed transport:stdio runtime:pypi

Install sheetspec in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

sheetspec in other clients