Odel
client

client

Local
@batchwatchC++Updated 1w ago

Ask batchwatch whether to batch a job and get the real measured queue evidence, not a guess.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbatchwatch-mcpv0.1.1

Run

npx -y batchwatch-mcp

MCP client config

{
  "mcpServers": {
    "client": {
      "command": "npx",
      "args": [
        "-y",
        "batchwatch-mcp"
      ]
    }
  }
}