tesults mcp for Cursor
io.github.tesults/tesults-mcp
Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.
client:Cursor
transport:stdio
runtime:npm
Install tesults mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tesults-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tesults-mcp"
],
"env": {
"TESULTS_API_TOKEN": "<TESULTS_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs