Home › Other › Datris

Datris

The data control plane for AI agents — acquire, validate, land, and query data over MCP.

Scala
★ 12 stars Last pushed 2026-09-24 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.37.0)

uvx datris-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "datris-platform-oss": {
      "command": "uvx",
      "args": [
        "datris-mcp-server"
      ],
      "env": {
        "DATRIS_API_URL": "<YOUR_VALUE>",
        "DATRIS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATRIS_API_URL required — URL of the Datris server API (default http://localhost:8080)
  • DATRIS_API_KEY secret — API key for the Datris server (only when USE_API_KEYS=true)

Package (oci)

Package: oci docker.io/datrisai/datris-mcp-server:1.37.0

  • DATRIS_API_URL required — URL of the Datris server API (default http://localhost:8080)
  • DATRIS_API_KEY secret — API key for the Datris server (only when USE_API_KEYS=true)

Related servers

Data from the Official MCP Registry