DataSentry
Rank #11,663io.github.Jackxiaozhiren/datasentry
Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.
DataSentry is a Model Context Protocol (MCP) server published by Jackxiaozhiren. It ranks #11,663 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. DataSentry is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 20, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 120,383 of 132,046 servers on MCP Toplist.
Use DataSentry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add datasentry -- uvx --from datasentry-ai==1.0.4 datasentry-ai datasentry mcp[mcp_servers.datasentry]
command = "uvx"
args = ["--from", "datasentry-ai==1.0.4", "datasentry-ai", "datasentry", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"datasentry": {
"command": "uvx",
"args": [
"--from",
"datasentry-ai==1.0.4",
"datasentry-ai",
"datasentry",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"datasentry": {
"command": "uvx",
"args": [
"--from",
"datasentry-ai==1.0.4",
"datasentry-ai",
"datasentry",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"datasentry": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"datasentry-ai==1.0.4",
"datasentry-ai",
"datasentry",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"datasentry": {
"command": "uvx",
"args": [
"--from",
"datasentry-ai==1.0.4",
"datasentry-ai",
"datasentry",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"datasentry": {
"command": "uvx",
"args": [
"--from",
"datasentry-ai==1.0.4",
"datasentry-ai",
"datasentry",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Jackxiaozhiren%2Fdatasentry)<a href="https://mcptoplist.com/server/io.github.Jackxiaozhiren%2Fdatasentry"><img src="https://mcptoplist.com/badge/io.github.Jackxiaozhiren%2Fdatasentry.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Jackxiaozhiren
Available versions (1)
| Version | Published |
|---|---|
| 1.0.4 | Aug 29, 2026 |
Frequently asked questions
- Who maintains DataSentry?
- DataSentry is maintained by Jackxiaozhiren, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is DataSentry listed on the Official MCP Registry?
- Yes — DataSentry is listed on the Official MCP Registry, alongside Glama.
- How many versions does DataSentry have?
- MCP Toplist tracks 1 version of DataSentry, most recently published on Aug 29, 2026.
- Where can I find the source code for DataSentry?
- The source code for DataSentry is hosted at github.com/Jackxiaozhiren/datasentry.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.