Skip to content
Grok

Datris for Grok

io.github.datris/datris

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

client:Grok transport:stdio runtime:pypi

Install Datris in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "datris": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "datris-mcp-server"
      ],
      "env": {
        "DATRIS_API_URL": "<DATRIS_API_URL>",
        "DATRIS_API_KEY": "<DATRIS_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Datris in other clients