Flaky test detection, root cause analysis, and fix suggestions for development teams.
This plugin connects Claude Code 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 Claude Code plugin marketplace:
/plugin install trunk@claude-plugin-directory
Or add manually to your MCP configuration:
{
"mcpServers": {
"trunk": {
"type": "http",
"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