Skip to content
Grok

datuma_k for Grok

io.github.marthvon/datuma-k

Query, validate, preview, and generate source from *.dtct data contracts and *.ngin templates.

client:Grok transport:stdio runtime:npm

Install datuma_k 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": {
    "datuma-k": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marthvon/datuma-k-mcp"
      ],
      "env": {
        "DATUMA_K": "<DATUMA_K>"
      }
    }
  }
}

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

datuma_k in other clients