Skip to content
Cursor

flaky history mcp for Cursor

io.github.mrfentmen/flaky-history-mcp

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

client:Cursor transport:stdio runtime:npm

Install flaky history mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flaky-history-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flaky-history-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

flaky history mcp in other clients