Datris✓
io.github.datris/datris · v1.6.21
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.datris/datris",
"description": "AI Agent-Native Data Platform — ingest, validate, transform, and query data.",
"title": "Datris",
"repository": {
"url": "https://github.com/datris/datris-platform-oss",
"source": "github"
},
"version": "1.6.21",
"packages": [
{
"registryType": "pypi",
"identifier": "datris-mcp-server",
"version": "1.6.21",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Datris pipeline server",
"isRequired": true,
"format": "string",
"name": "PIPELINE_URL"
},
{
"description": "API key for the Datris pipeline server (if key validation is enabled)",
"format": "string",
"isSecret": true,
"name": "PIPELINE_API_KEY"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/datrisai/datris-mcp-server:1.6.21",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "URL of the Datris pipeline server",
"isRequired": true,
"format": "string",
"name": "PIPELINE_URL"
},
{
"description": "API key for the Datris pipeline server (if key validation is enabled)",
"format": "string",
"isSecret": true,
"name": "PIPELINE_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}