mcpbeat Sign in

DataSentry MCP Server

by jackxiaozhiren Your server? Claim it
local only

DataSentry runs on your own machine — the client starts it, so there is no endpoint to ping. 1 412 installs a week from pypi. Last commit 29 Aug 2026.

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

Installs per day peak 4 088 · avg 952 · -56% w/w
a month agotoday
1 412
Installs / week
pypi · datasentry-ai
2
Stars
5 open issues
29 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            result = eval(code, {"__builtins__": {}, **_SAFE_BUILTINS}, variables)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add datasentry -- uvx datasentry-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datasentry": {
      "args": [
        "datasentry-ai"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datasentry]
command = "uvx"
args = ["datasentry-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "datasentry": {
      "args": [
        "datasentry-ai"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datasentry": {
      "args": [
        "datasentry-ai"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to DataSentry

same job, measured the same way
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

40 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

129 installs/wk local only
petromcp
by ameyxd

Local-first MCP server: read LAS well logs and DLIS files from your own disk.

119 installs/wk local only
Ennodia
by cherninlab

Local MCP server for AI team advice, multi-agent review, Compare, and traceable receipts

32 installs/wk local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

369 installs/wk local only
Displaybuddy MCP
by biocross

MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more.

15 installs/wk local only

DataSentry — questions

Answers built from our own checks of this server.

Why is there no uptime for DataSentry?
DataSentry runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package datasentry-ai was installed 1 412 times last week.
How do I connect DataSentry?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls datasentry-ai straight from pypi; nothing to host, nothing to sign up for.
How many people use DataSentry?
The pypi package datasentry-ai was installed 1 412 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DataSentry open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.