Skip to content

flaky history mcp for Zed

io.github.mrfentmen/flaky-history-mcp

Local aggregate test-history stability analysis without test names or raw result contents. Tools...

client:Zed transport:stdio runtime:npm

Install flaky history mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "flaky-history-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flaky-history-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

flaky history mcp in other clients