Datris
Rank #1513io.github.datris/datris
MCP server with 32 tools for ETL ingestion, AI-generated data quality rules, AI transformations, vector search, and natural-language SQL. Works across Postgres, MongoDB, Kafka, S3/MinIO, HashiCorp Vault, and five vector stores (Qdrant, Weaviate, Milvus, Chroma, pgvector).
Datris is a Model Context Protocol (MCP) server published by datris. It ranks #1513 of 58,832 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Datris is listed across 2 registries — Official MCP and Glama, with 43 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 57,319 of 58,832 servers on MCP Toplist.
Use Datris
Add Datris to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"datris": {
"command": "uvx",
"args": [
"datris-mcp-server"
],
"env": {
"PIPELINE_URL": "<your PIPELINE_URL>",
"PIPELINE_API_KEY": "<your PIPELINE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"datris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/datrisai/datris-mcp-server:1.7.2"
],
"env": {
"PIPELINE_URL": "<your PIPELINE_URL>",
"PIPELINE_API_KEY": "<your PIPELINE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
datris
Available versions (43)
| Version | Published |
|---|---|
| 1.7.2 | May 13, 2026 |
| 1.7.0 | May 12, 2026 |
| 1.6.21 | May 11, 2026 |
| 1.6.20 | May 6, 2026 |
| 1.6.19 | May 5, 2026 |
| 1.6.18 | May 5, 2026 |
| 1.6.17 | May 4, 2026 |
| 1.6.16 | May 4, 2026 |
| 1.6.15 | Apr 30, 2026 |
| 1.6.14 | Apr 29, 2026 |
| 1.6.13 | Apr 24, 2026 |
| 1.6.12 | Apr 24, 2026 |
| 1.6.11 | Apr 22, 2026 |
| 1.6.10 | Apr 21, 2026 |
| 1.6.9 | Apr 20, 2026 |
| 1.6.8 | Apr 20, 2026 |
| 1.6.7 | Apr 19, 2026 |
| 1.6.6 | Apr 18, 2026 |
| 1.6.5 | Apr 17, 2026 |
| 1.6.4 | Apr 16, 2026 |
| 1.6.3 | Apr 15, 2026 |
| 1.6.2 | Apr 14, 2026 |
| 1.6.1 | Apr 14, 2026 |
| 1.6.0 | Apr 11, 2026 |
| 1.5.9 | Apr 11, 2026 |
| 1.5.8 | Apr 10, 2026 |
| 1.5.7 | Apr 9, 2026 |
| 1.5.6 | Apr 9, 2026 |
| 1.5.5 | Apr 8, 2026 |
| 1.5.4 | Apr 8, 2026 |
| 1.5.3 | Apr 3, 2026 |
| 1.5.2 | Apr 3, 2026 |
| 1.5.1 | Apr 3, 2026 |
| 1.5.0 | Apr 2, 2026 |
| 1.4.4 | Mar 30, 2026 |
| 1.4.3 | Mar 29, 2026 |
| 1.4.2 | Mar 27, 2026 |
| 1.4.1 | Mar 26, 2026 |
| 1.4.0 | Mar 26, 2026 |
| 1.3.0 | Mar 26, 2026 |
| 1.2.2 | Mar 25, 2026 |
| 1.2.0 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Datris?
- MCP server with 32 tools for ETL ingestion, AI-generated data quality rules, AI transformations, vector search, and natural-language SQL. Works across Postgres, MongoDB, Kafka, S3/MinIO, HashiCorp Vault, and five vector stores (Qdrant, Weaviate, Milvus, Chroma, pgvector).
- Who maintains Datris?
- Datris is maintained by datris, which publishes 2 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Datris an official MCP server?
- Yes — Datris is listed on the Official MCP Registry, alongside Glama.
- How many versions does Datris have?
- MCP Toplist tracks 43 versions of Datris, most recently published on May 13, 2026.
- Where can I find the source code for Datris?
- The source code for Datris is hosted at github.com/datris/datris-platform-oss.