mcpbeat Sign in

Workloadtruth MCP Server

local only

Workloadtruth runs on your own machine — the client starts it, so there is no endpoint to ping. 190 installs a week from pypi. Last commit 25 Aug 2026.

Classifies GPU workloads as inference or training from telemetry alone via MCP tools.

Installs per day peak 506 · avg 53 · +1% w/w
a month agotoday
190
Installs / week
pypi · workloadtruth-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 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.

  const result = spawnSync(probe, ["workloadtruth"], { encoding: "utf8" });

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 workloadtruth -- uvx workloadtruth-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "workloadtruth": {
      "args": [
        "workloadtruth-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.workloadtruth]
command = "uvx"
args = ["workloadtruth-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "workloadtruth": {
      "args": [
        "workloadtruth-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "workloadtruth": {
      "args": [
        "workloadtruth-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Workloadtruth

same job, measured the same way
Garmin — MissingMCP
by missingmcp

Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.

answering
MCP Telemetry Server
by arnavranjan005

Streams live progress from mcp-telemetry-sdk-instrumented tools to any connected MCP client.

60 installs/wk local only
Touchstone MCP
by petrkrulis2022

Dated SIU, the benchmark price of AI inference work: one free tool, three paid via x402.

4 tools answering
Clishop
by stefdcl

Order anything from your terminal — search, buy, track, and manage via MCP tools.

87 installs/wk local only
Mcptoon
by activeing123

Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

2 114 installs/wk local only
Wake Word Training
by openwakeword

Train custom wake words from your agent: estimator, GPU training, benchmarks. Card or crypto.

13 tools answering
N
GLM 5.3 Inference (x402 paid)
by ts-tail45da3a-cursor

Pay-per-call GLM 5.3 MCP tool via x402 on Base. Reasoning, tool-calls, OpenAI-compatible.

2 tools answering
LMX Cloud LLM Inference
by lmxcloud

OpenAI-compatible LLM MCP (7 tools); chat via balance key or x402 USDC on Base

9 tools answering

Workloadtruth — questions

Answers built from our own checks of this server.

Why is there no uptime for Workloadtruth?
Workloadtruth 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 pypi package workloadtruth-cli was installed 190 times last week.
How do I connect Workloadtruth?
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 workloadtruth-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Workloadtruth?
The pypi package workloadtruth-cli was installed 190 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Workloadtruth open source?
Yes — it is published under the Apache-2.0 licence, written in Python 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.