← Back to Plugins
MCP Server MCP

Datris

github By github 👁 1 views ▲ 0 votes

AI Agent-Native Data Platform — ingest, validate, transform, and query data.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...