Skip to content
VS Code

DataSentry for VS Code

io.github.jackxiaozhiren/datasentry

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

client:VS Code transport:stdio runtime:pypi

Install DataSentry in VS Code

.vscode/mcp.json

{
  "servers": {
    "datasentry": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "datasentry-ai"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DataSentry in other clients