Skip to content
Zed

DataSentry for Zed

io.github.jackxiaozhiren/datasentry

Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.

client:Zed transport:stdio runtime:pypi

Install DataSentry in Zed

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

{
  "context_servers": {
    "datasentry": {
      "command": "uvx",
      "args": [
        "datasentry-ai"
      ]
    }
  }
}

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

DataSentry in other clients