Skip to main content

Datris MCP Server

MCP (Model Context Protocol) server for the Datris AI Agent-Native Data Platform. Enables AI agents (Claude Desktop, Claude Code, Cursor, and custom frameworks) to natively interact with the platform — discover data, create pipelines, upload files, monitor jobs, search vector databases, query structured data, and answer questions with AI.

Install

pip install datris-mcp-server

Usage

stdio mode (Claude Desktop / Claude Code)

DATRIS_API_URL=http://localhost:8080 datris-mcp-server

Or run directly:

DATRIS_API_URL=http://localhost:8080 python server.py

SSE mode (Docker / remote agents)

DATRIS_API_URL=http://localhost:8080 datris-mcp-server --sse --port 3000

Docker

The MCP server starts automatically with docker compose up in SSE mode on port 3000.

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "datris": {
      "command": "datris-mcp-server",
      "env": {
        "DATRIS_API_URL": "http://localhost:8080"
      }
    }
  }
}

Claude Code

Add to .mcp.json in your project root:

{
  "mcpServers": {
    "datris": {
      "command": "datris-mcp-server",
      "env": {
        "DATRIS_API_URL": "http://localhost:8080"
      }
    }
  }
}

Environment Variables

Variable Default Description
DATRIS_API_URL http://localhost:8080 Datris REST API server URL
REQUIRE_API_KEY false Reject SSE/HTTP sessions that connect without x-api-key

Authentication

There is no server-side API key. Each connecting agent authenticates per session by sending an x-api-key header; mcp-server forwards that key as-is to the Datris REST API on every tool call. The Datris REST API validates against oss/api-keys Vault secret (single-tenant) or api-key-mappings (multi-tenant). Manage keys in the Configuration UI's Secrets tab.

Tools

30+ tools across these categories:

  • Pipeline Management — create, list, get, delete pipelines; upload files; monitor jobs
  • Vector Search — semantic search across Qdrant, Weaviate, Milvus, Chroma, pgvector
  • Database Query — read-only SQL queries (PostgreSQL) and MongoDB queries
  • Metadata Discovery — explore databases, schemas, tables, columns, collections
  • AI — RAG-powered question answering
  • System — health checks, version info

See the full documentation at docs.datris.ai/mcp-server.

License

Apache 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datris_mcp_server-1.17.0.tar.gz (65.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datris_mcp_server-1.17.0-py3-none-any.whl (65.9 kB view details)

Uploaded Python 3

File details

Details for the file datris_mcp_server-1.17.0.tar.gz.

File metadata

  • Download URL: datris_mcp_server-1.17.0.tar.gz
  • Upload date:
  • Size: 65.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for datris_mcp_server-1.17.0.tar.gz
Algorithm Hash digest
SHA256 de8e422e5831d5f4cd7d2d7e73d0ae5ba90efadb9a3ab4c08c2d24d8275f57db
MD5 46d1debb04796401b3b907ced490024b
BLAKE2b-256 0f4f2a50b0d574ee4844ecde5564d6ab1e7b81a225fd5f7cf8d790931a7df327

See more details on using hashes here.

File details

Details for the file datris_mcp_server-1.17.0-py3-none-any.whl.

File metadata

File hashes

Hashes for datris_mcp_server-1.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9fde32ff3c977e347429ec6f7a82690f0d2bb7c9fa06112b7bcaf39e924a85bd
MD5 50310bbd7386d293e7a126eb0718c570
BLAKE2b-256 f9c01362c373e6779bad26cb360a0fb42791cbd7d9d2eaf5fb062b0bb2a2599a

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page