Skip to content
Gemini CLI

datuma_k for Gemini CLI

io.github.marthvon/datuma-k

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

client:Gemini CLI transport:stdio runtime:npm

Install datuma_k in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "datuma-k": {
      "command": "npx",
      "args": [
        "-y",
        "@marthvon/datuma-k-mcp"
      ],
      "env": {
        "DATUMA_K": "<DATUMA_K>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

datuma_k in other clients