Skip to content
Cursor

workloadtruth for Cursor

io.github.rudrendupaul/workloadtruth

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

client:Cursor transport:stdio runtime:pypi

Install workloadtruth in Cursor

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

{
  "mcpServers": {
    "workloadtruth": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "workloadtruth-cli"
      ]
    }
  }
}

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

workloadtruth in other clients