MCP Server
Active
Apache-2.0
io.github.RudrenduPaul/workloadtruth MCP Server
io.github.RudrenduPaul/workloadtruth
What is the io.github.RudrenduPaul/workloadtruth MCP server?
Classifies GPU workloads as inference or training from telemetry alone via MCP tools.
How to install io.github.RudrenduPaul/workloadtruth
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"workloadtruth": {
"command": "uvx",
"args": [
"workloadtruth-cli",
"--from",
"workloadtruth-cli",
"workloadtruth",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"workloadtruth": {
"command": "uvx",
"args": [
"workloadtruth-cli",
"--from",
"workloadtruth-cli",
"workloadtruth",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"workloadtruth": {
"command": "uvx",
"args": [
"workloadtruth-cli",
"--from",
"workloadtruth-cli",
"workloadtruth",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"workloadtruth": {
"type": "stdio",
"command": "uvx",
"args": [
"workloadtruth-cli",
"--from",
"workloadtruth-cli",
"workloadtruth",
"mcp"
]
}
}
}Claude Code
claude mcp add workloadtruth -- uvx workloadtruth-cli --from workloadtruth-cli workloadtruth mcpRelated MCP servers
Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.
1
View repository →Python
Apache-2.0
Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.
1
View repository →Python
MIT
Traces which neurons and attention heads drive a language model's output via MCP tools.
1
View repository →Python
MIT
Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.
1
View repository →TypeScript
Apache-2.0
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
0
View repository →Python
Apache-2.0
AI agent observability with deterministic record/replay for debugging agent failures.
0
View repository →Python
Apache-2.0