DataSentry for Cursor
io.github.jackxiaozhiren/datasentry
Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.
client:Cursor
transport:stdio
runtime:pypi
Install DataSentry in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datasentry": {
"type": "stdio",
"command": "uvx",
"args": [
"datasentry-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs