pare test for Cursor
io.github.dave-london/pare-test
Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.
client:Cursor
transport:stdio
runtime:npm
Install pare test in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pare-test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs