Odel
Datris

Datris

Local
@datris12ScalaAGPL-3.0Updated 3 days ago

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).

PyPIdatris-mcp-serverv1.28.0

Run

uvx datris-mcp-server

MCP client config

{
  "mcpServers": {
    "datris": {
      "command": "uvx",
      "args": [
        "datris-mcp-server"
      ]
    }
  }
}
Dockerdocker.io/datrisai/datris-mcp-server:1.28.0

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"
      ]
    }
  }
}