Datris MCP Server

datris.ai · Documentation · MCP Registry · PyPI. It runs locally over stdio via the published package.

People who work with Tei and Embedding and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Scala.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 12 · #54 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

AGPL-3.0 · Scala · how we verify → /methodology

01 · Install Datris

before you install - you'll need

Set TEI_ENABLED, EMBEDDING_PROVIDER, ANTHROPIC_API_KEY before connecting. POSTGRES_ENABLED is optional or environment-specific per the README.

Claude Code

claude mcp add datris-datris-platform-oss -- uvx datris-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "datris-datris-platform-oss": {
      "command": "uvx",
      "args": [
        "datris-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license AGPL-3.0 - declared in the repository

pypi package datris-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.datris is GitHub-verified and matches the repo owner

03 · Who maintains Datris

Datris is maintained by datris. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
other - ranked #54 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.datris/datris (active, first published 2026-03-24 · 104 versions)
packages
pypi:datris-mcp-server · oci:docker.io/datrisai/datris-mcp-server:1.32.0

05 · Datris FAQ

What is Datris?

datris.ai · Documentation · MCP Registry · PyPI. It runs locally over stdio via the published package.

Is Datris still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

How do I install Datris?

Run `uvx datris-mcp-server`. The README documents 4 environment variables (TEI_ENABLED, EMBEDDING_PROVIDER, POSTGRES_ENABLED…) to set first. Set TEI_ENABLED, EMBEDDING_PROVIDER, ANTHROPIC_API_KEY before connecting. POSTGRES_ENABLED is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Datris run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Datris