mcpbeat Sign in

datuma_k MCP Server

local only

datuma_k runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 74 · avg 4 · -20% w/w
a month agotoday
29
Installs / week
npm · @marthvon/datuma-k-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Rust

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command mcp/src/cli.ts:15
    const child = spawn(datumaKBin(), args, { cwd, env: process.env });
Builds a file path from a variable mcp/src/listProject.ts:67, mcp/src/server.ts:216
    return path.join(base, rel);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add datuma-k -- npx -y @marthvon/datuma-k-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datuma-k": {
      "args": [
        "-y",
        "@marthvon/datuma-k-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datuma-k]
command = "npx"
args = ["-y", "@marthvon/datuma-k-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "datuma-k": {
      "args": [
        "-y",
        "@marthvon/datuma-k-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datuma-k": {
      "args": [
        "-y",
        "@marthvon/datuma-k-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATUMA_K (Absolute path to the datuma_k binary. Omit if datuma_k is already on PATH.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to datuma_k

same job, measured the same way
DocMake
by docmake

Generate DOCX and PDF documents from your DocMake templates

34 installs/wk local only
Rendoc MCP Server
by yoryocoruxo-ai

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

30 installs/wk local only
I
Docmill
by docmill

Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill

30 installs/wk local only
walkerOS Source Browser
by walkeros

Generate, parse, and validate walkerOS data-elb HTML tagging attributes

239 installs/wk local only
Dotnet Template MCP
by yuliiakovalova

MCP server for dotnet new: discover, inspect, preview and create .NET projects from templates.

local only
Documents
by theluckystrike

Generate real Word documents from your AI chat: proposals, quotes, contracts, SOWs.

local only
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

25 installs/wk local only
Datris
by datris

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

3 352 installs/wk local only

datuma_k — questions

Answers built from our own checks of this server.

Why is there no uptime for datuma_k?
datuma_k runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @marthvon/datuma-k-mcp was installed 29 times last week.
How do I connect datuma_k?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @marthvon/datuma-k-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use datuma_k?
The npm package @marthvon/datuma-k-mcp was installed 29 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is datuma_k open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.