MCP Server
MCP
Datris
AI Agent-Native Data Platform — ingest, validate, transform, and query data.
Install
uvx datris-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "datris-mcp-server",
"version": "1.19.4",
"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.19.4",
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment