Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- markdownlint-disable first-line-heading --> <!-- mcp-name: io.github.trunk-io/mcp-server -->
Leverage the power of Trunk Flaky Tests from your IDE, or the AI application of your choosing.
Trunk Flaky Tests comes with a Model Context Protocol (MCP) server. AI applications like Claude Code or Cursor can use MCP servers to connect to data sources, tools, and workflows — enabling them to access key information and perform tasks.
| Application | Supported | Guide | Plugin |
|---|---|---|---|
| Cursor | Yes | Setup guide | Cursor plugin |
| Claude Code | Yes | Setup guide | Claude Code plugin |
| GitHub Copilot | Yes | Setup guide | |
| Gemini CLI | Yes | Setup guide |
[!NOTE] Gemini Code Assist and Windsurf are not supported due to their limited support for MCP servers.
Add to .cursor/mcp.json:
{
"mcpServers": {
"trunk": {
"url": "https://mcp.trunk.io/mcp"
}
}
}claude mcp add trunk --transport streamable-http https://mcp.trunk.io/mcpAdd to .vscode/mcp.json:
{
"servers": {
"trunk": {
"type": "http",
"url": "https://mcp.trunk.io/mcp"
}
}
}Add to ~/.gemini/settings.json:
{
"mcpServers": {
"trunk": {
"httpUrl": "https://mcp.trunk.io/mcp"
}
}
}The MCP server is available at https://mcp.trunk.io/mcp and exposes the following tools:
| 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 |
The Trunk MCP server supports the OAuth 2.0 + OpenID Connect standard for MCP authorization. When connecting from a supported client, you will be prompted to authenticate via your Trunk account.
Made with love by the [Trunk.io](https://trunk.io) team
[slack]: https://slack.trunk.io [docs]: https://docs.trunk.io [vscode]: https://marketplace.visualstudio.com/items?itemName=Trunk.io
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.