Skip to content
Zed

crosstabs for Zed

io.github.barangaroo/crosstabs

Local survey workflow and statistical crosstab analysis with auditable evidence

client:Zed transport:stdio runtime:pypi

Install crosstabs in Zed

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

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

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

crosstabs in other clients