Skip to content
Zed

DataCharter for Zed

io.github.datacharter/datacharter

Local-first, contract-governed data explorer with read-only, PII-masked query tools for AI agents.

client:Zed transport:stdio runtime:pypi

Install DataCharter in Zed

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

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

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

DataCharter in other clients