batchwatch mcp for Cursor
io.github.batchwatch/batchwatch-mcp
Ask batchwatch whether to batch a job and get the real measured queue evidence, not a guess.
client:Cursor
transport:stdio
runtime:npm
Install batchwatch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"batchwatch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"batchwatch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs