← Index

Datris

io.github.datris/datris·v1.6.15·Other
Quality Score
90
/100

AI Agent-Native Data Platform — ingest, validate, transform, and query data.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "datris": {
      "command": "uvx",
      "args": [
        "datris-mcp-server"
      ],
      "env": {
        "PIPELINE_URL": "<pipeline_url>",
        "PIPELINE_API_KEY": "<your-pipeline_api_key>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "datris": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/datrisai/datris-mcp-server:1.6.15"
      ],
      "env": {
        "PIPELINE_URL": "<pipeline_url>",
        "PIPELINE_API_KEY": "<your-pipeline_api_key>"
      }
    }
  }
}
§02  Environment variables
PIPELINE_URL
required

URL of the Datris pipeline server

PIPELINE_API_KEY
secret

API key for the Datris pipeline server (if key validation is enabled)

PIPELINE_URL
required

URL of the Datris pipeline server

PIPELINE_API_KEY
secret

API key for the Datris pipeline server (if key validation is enabled)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other