3 months ago
Run tests directly from Claude, Cursor, or Windsurf. Detects Jest, Vitest, pytest, Mocha automatically.
Overview
RunCrucible lets your AI coding assistant detect and run your test suite directly, without leaving the editor. Supports Jest, Vitest, Mocha, and pytest — auto-detected from your project config. Add your license key from runcrucible.com and your AI sees test failures in real time.
Server Config
{
"mcpServers": {
"runcrucible": {
"command": "npx",
"args": [
"-y",
"runcrucible-mcp"
],
"env": {
"RUNCRUCIBLE_LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}