AI Agent-Native Data Platform β ingest, validate, transform, and query data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
datris.ai Β· Documentation Β· MCP Registry Β· PyPI
Agents ask Datris for data. Datris finds it, acquires it, validates it, lands it in the stores you already run, and returns it with provenance β over MCP, without ever holding your keys. It sits beside your warehouse and lake; it doesn't replace them.
Your agents already acquire, validate, and load data. Without a control plane, they do it badly. Datris puts that work behind one governed surface:
You only need Docker. This pulls pre-built images and runtime files, seeds a
.env, and starts the stack into ./datris β no git checkout required:
The
install.shinstaller is a POSIX shell script (macOS/Linux). On Windows, run it from WSL2 or Git Bash, or use the single-file Compose option below, which works natively in PowerShell.
A fully self-contained Compose file β the init scripts and config are inlined, so nothing else is needed (requires Docker Compose β₯ 2.23):
UI: http://localhost:4200 Β· API: http://localhost:8080
Add to your MCP client config (Claude Desktop, Claude Code, Cursor, etc.). With the Docker stack running, the npx mcp-remote stdio bridge connects to the bundled MCP server on port 3000 β your client appears in the Datris UI Agent Monitor tab with live tool-call streaming:
Paste-and-go for the default local setup β no API key required when USE_API_KEYS=false (the OSS default). If your instance enables auth (USE_API_KEYS=true or hosted/multi-tenant), append "--header", "x-api-key:<your-key>" to the args array. The Configuration β Connect Your Agent page generates the snippet for you and adds the header automatically when you paste your key.
Requires Node.js on your PATH (brew install node). For a stdio alternative without Docker, or full Claude Desktop / Claude Code / Cursor walkthroughs, see Configuring Claude.
| Feature | Description |
|---|---|
| MCP Server | 63 tools for AI agents β pipeline CRUD, upload, query, search, profiling, taps |
| AI Data Quality | Plain English validation rules β AI generates and runs a validation script |
| AI Transformation | Plain English transformations β AI generates and runs a transformation script |
| AI Schema Generation | Upload a file, get a complete pipeline config |
| AI Data Profiling | Upload a file, get statistics + suggested validation rules |
| AI Error Explanation | Job failures explained in plain English |
| Natural Language Query | Ask questions in English, get SQL results |
| RAG Pipeline | Chunk, embed, and search across 5 vector databases |
CSV, JSON, XML, Excel, PDF, Word (DOCX), plain text
Anthropic Claude (Opus 4.8 default for chat and CodeGen) Β· OpenAI (GPT-5.5) Β· Azure OpenAI (bring your Azure resource; models by deployment name) Β· Amazon Bedrock (Claude through your AWS account β IAM auth, AWS billing, IAM-role support with zero stored keys) Β· Grok (xAI's models through their OpenAI-compatible API) Β· Ollama (local models, optional). Embeddings via OpenAI text-embedding-3-small (recommended when you have an OpenAI key), Azure OpenAI, the bundled TEI sidecar (BAAI/bge-m3 β fully local, no API key), or Ollama.
| Service | Purpose |
|---|---|
| MinIO | S3-compatible object store for file staging and data output |
| PostgreSQL | Default structured destination, also hosts pgvector for RAG |
| MongoDB | Configuration store, job status tracking, metadata |
| ActiveMQ | File notification queue, pipeline event notifications |
| HashiCorp Vault | Secrets management (database credentials, API keys) |
| TEI | Text Embeddings Inference sidecar (BAAI/bge-m3) β local vector embeddings when you're not using OpenAI embeddings |
| Apache Kafka | Optional streaming source and destination |
| Apache Spark | Local Spark for writing Parquet/ORC to MinIO |
Full documentation at docs.datris.ai or locally at docs/.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/datris)<a href="https://allmcps.com/mcp/datris"><img src="https://allmcps.com/api/badge/datris?style=directory" alt="Datris on AllMCPs" /></a>