Flaky test detection, root cause analysis, and fix suggestions for development teams.
This plugin connects Cursor to the Trunk Flaky Tests MCP server, giving you access to:
| Tool | Description |
|---|---|
fix-flaky-test |
Retrieve root cause analysis and fix suggestions for flaky tests |
setup-trunk-uploads |
Generate a setup plan to upload test results to Trunk |
Install from the Cursor Marketplace, or add manually to .cursor/mcp.json:
{
"mcpServers": {
"trunk": {
"url": "https://mcp.trunk.io/mcp"
}
}
}The Trunk MCP server uses OAuth 2.0 + OpenID Connect. When you first connect, you'll be prompted to authenticate via your Trunk account.
MIT