DataSentry for Grok
io.github.jackxiaozhiren/datasentry
Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.
client:Grok
transport:stdio
runtime:pypi
Install DataSentry in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"datasentry": {
"type": "stdio",
"command": "uvx",
"args": [
"datasentry-ai"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs