Odel
flakiness knowledge graph mcp

flakiness knowledge graph mcp

Local
@vola-treblaTypeScriptMITUpdated 3mo ago

MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmflakiness-knowledge-graph-mcpv0.2.2

Run

npx -y flakiness-knowledge-graph-mcp

MCP client config

{
  "mcpServers": {
    "flakiness-knowledge-graph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flakiness-knowledge-graph-mcp"
      ]
    }
  }
}