The data control plane for AI agents — acquire, validate, land, and query data over MCP.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx datris-mcp-server
MCP client config
{
"mcpServers": {
"datris": {
"command": "uvx",
"args": [
"datris-mcp-server"
]
}
}
}Run
docker run -i --rm docker.io/datrisai/datris-mcp-server:1.28.0
MCP client config
{
"mcpServers": {
"datris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/datrisai/datris-mcp-server:1.28.0"
]
}
}
}