What is the Datris MCP server?
AI Agent-Native Data Platform — ingest, validate, transform, and query data.
How to install Datris
Copy-paste configuration for popular MCP clients.
PIPELINE_URLrequiredURL of the Datris pipeline server
PIPELINE_API_KEYsecretAPI key for the Datris pipeline server (if key validation is enabled)
{
"mcpServers": {
"datris": {
"command": "uvx",
"args": [
"datris-mcp-server"
],
"env": {
"PIPELINE_URL": "<YOUR_PIPELINE_URL>",
"PIPELINE_API_KEY": "<YOUR_PIPELINE_API_KEY>"
}
}
}
}{
"mcpServers": {
"datris": {
"command": "uvx",
"args": [
"datris-mcp-server"
],
"env": {
"PIPELINE_URL": "<YOUR_PIPELINE_URL>",
"PIPELINE_API_KEY": "<YOUR_PIPELINE_API_KEY>"
}
}
}
}{
"mcpServers": {
"datris": {
"command": "uvx",
"args": [
"datris-mcp-server"
],
"env": {
"PIPELINE_URL": "<YOUR_PIPELINE_URL>",
"PIPELINE_API_KEY": "<YOUR_PIPELINE_API_KEY>"
}
}
}
}{
"servers": {
"datris": {
"type": "stdio",
"command": "uvx",
"args": [
"datris-mcp-server"
],
"env": {
"PIPELINE_URL": "<YOUR_PIPELINE_URL>",
"PIPELINE_API_KEY": "<YOUR_PIPELINE_API_KEY>"
}
}
}
}claude mcp add datris --env PIPELINE_URL=<YOUR_PIPELINE_URL> --env PIPELINE_API_KEY=<YOUR_PIPELINE_API_KEY> -- uvx datris-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.