Skip to content
Cursor

datuma_k for Cursor

io.github.marthvon/datuma-k

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

client:Cursor transport:stdio runtime:npm

Install datuma_k in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

datuma_k in other clients