mcpbeat Sign in

Datris MCP Server

local only

Datris runs on your own machine — the client starts it, so there is no endpoint to ping. 3 352 installs a week from pypi. Last commit 18 Sep 2026.

The data control plane for AI agents — acquire, validate, land, and query data over MCP.

Installs per day peak 1 368 · avg 477 · +17% w/w
a month agotoday
3 352
Installs / week
pypi · datris-mcp-server
12
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Scala

What the code does

We read the source, 21 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.

File ships in the package but is absent from the source [пакет] cli.py:1, [пакет] server.py:1, [пакет] doctor.py:1
этот файл ставится пользователю, но в репозитории его нет
    r = subprocess.run([sys.executable, "-m", "venv", "--system-site-packages", venv],
Image runs as root ui/Dockerfile:24
# The Alpine packages in the pinned base lag behind alpine-security fixes
# (libuuid/util-linux, libexpat, curl CVEs flagged by the weekly Trivy image
# scan). Upgrade as root, then drop back to the unprivileged nginx user.
USER root

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 datris -- uvx datris-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datris": {
      "args": [
        "datris-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datris]
command = "uvx"
args = ["datris-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "datris": {
      "args": [
        "datris-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datris": {
      "args": [
        "datris-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PIPELINE_URL (URL of the Datris pipeline server), PIPELINE_API_KEY (API key for the Datris pipeline server (if key validation is enabled)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Datris

same job, measured the same way
Qc Validator
by mdfifty50-boop

Output quality control and validation for AI agents

36 installs/wk local only
ProAgentStore
by proagentstore

MCP-first control plane for ProAgentStore agents and private instances.

answering
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

631 installs/wk local only
Intenttext MCP
by intenttext

Parse, validate, query, and render IntentText (.it) documents for AI agents

47 installs/wk local only
Lorg MCP Server
by lorgai

Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP

111 installs/wk 26 tools answering
Tolk MCP Server
by oxgeneral

MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts.

local only
MCP Doctor
by jiansen

Check and improve the contract quality of any MCP server — for humans, agents, and platforms.

64 installs/wk local only
Path402 — Tokenised Web Content for AI Agents
by b0ase

AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol

26 installs/wk local only

Datris — questions

Answers built from our own checks of this server.

Why is there no uptime for Datris?
Datris 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 datris-mcp-server was installed 3 352 times last week.
How do I connect Datris?
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 datris-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Datris?
The pypi package datris-mcp-server was installed 3 352 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Datris open source?
Yes — it is published under the AGPL-3.0 licence, written in Scala and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.