Jarroba Tools · Test audit for Cursor
io.github.invarato/jarroba-tools-tests
Audits tests instead of writing them: what each one really asserts. 4 tools, local.
client:Cursor
transport:stdio
runtime:npm
Install Jarroba Tools · Test audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jarroba-tools-tests": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
],
"env": {
"JARROBA_MCP_DOMAINS": "<JARROBA_MCP_DOMAINS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs