streamable-httpupdated 5mo ago
Leverage the power of Trunk Flaky Tests from your IDE, or the AI application of your choosing.
O que dá para fazer com Trunk Flaky Tests?
Trunk.io MCP Server
Leverage the power of Trunk Flaky Tests from your IDE, or the AI application of your choosing.
Use MCP Server
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.
Supported AI Applications
| 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.
Quick Start
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"trunk": {
"url": "https://mcp.trunk.io/mcp"
}
}
}
Claude Code
claude mcp add trunk --transport streamable-http https://mcp.trunk.io/mcp
GitHub Copilot
Add to .vscode/mcp.json:
{
"servers": {
"trunk": {
"type": "http",
"url": "https://mcp.trunk.io/mcp"
}
}
}
Gemini CLI
Add to ~/.gemini/settings.json:
{
"mcpServers": {
"trunk": {
"httpUrl": "https://mcp.trunk.io/mcp"
}
}
}
API
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 |
Authorization
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 team
Instalação
Adicione Trunk Flaky Tests ao seu cliente. Escolha o que você usa.
claude mcp add --transport http trunk-flaky-tests https://mcp.trunk.io/mcpcodex mcp add trunk-flaky-tests --url https://mcp.trunk.io/mcp{
"mcpServers": {
"trunk-flaky-tests": {
"url": "https://mcp.trunk.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"trunk-flaky-tests": {
"type": "http",
"url": "https://mcp.trunk.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"trunk-flaky-tests": {
"url": "https://mcp.trunk.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"trunk-flaky-tests": {
"serverUrl": "https://mcp.trunk.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção13/25
- Confiança9/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 171 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.1.0Mais recente | 13 de mar. de 2026 |
| 1.0.0 | 20 de out. de 2025 |