Skip to content
VS Code

batchwatch mcp for VS Code

io.github.batchwatch/batchwatch-mcp

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

client:VS Code transport:stdio runtime:npm

Install batchwatch mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "batchwatch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "batchwatch-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

batchwatch mcp in other clients